i thought i already added that event handler lol

This commit is contained in:
2024-03-12 10:01:06 +01:00
parent 0e921bbb9f
commit ce6df116fd
3 changed files with 15 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ func main() {
}
bot.Identify.Intents = discordgo.IntentsGuildMessages | discordgo.IntentsGuilds | discordgo.IntentMessageContent | discordgo.IntentGuildMembers
bot.AddHandler(ready)
bot.AddHandler(guildCreate)
bot.AddHandler(interactionCreate)
bot.AddHandler(messageCreate)
bot.AddHandler(messageDelete)