Skip to content

✨Smol feature being added to when guilds join#171

Open
EdgarSaldivar wants to merge 1 commit into
masterfrom
feat/rules-on-join
Open

✨Smol feature being added to when guilds join#171
EdgarSaldivar wants to merge 1 commit into
masterfrom
feat/rules-on-join

Conversation

@EdgarSaldivar

Copy link
Copy Markdown
Member

Resolves #116

@dudeofawesome dudeofawesome left a comment

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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

2 participants