Skip to content

Conversation

@EdgarSaldivar
Copy link
Member

Resolves #116

Copy link
Collaborator

@dudeofawesome dudeofawesome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shouldn't be relying on the bot being live when added to a new guild. Thus, we need to track whether or not we have sent the welcome message in order to not double-send.

Comment on lines -77 to +81
await this.discord_helper.findOrCreateVirginityBotChannel(guild_ent);
const channel = await this.discord_helper.findOrCreateVirginityBotChannel(
guild_ent,
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we might have an issue around channel creation. We should look through the logs to check that this actually works or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Send automated message when being originally added to guilds

3 participants