Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨Smol feature being added to when guilds join #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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
2 participants