feat: ideashow command with interactive controls and todo management
This commit is contained in:
2
bot.go
2
bot.go
@@ -36,7 +36,7 @@ func main() {
|
||||
|
||||
// Just like the ping pong example, we only care about receiving message
|
||||
// events in this example.
|
||||
dg.Identify.Intents = discordgo.IntentsGuildMessages
|
||||
dg.Identify.Intents = discordgo.IntentsGuildMessages | discordgo.IntentsGuilds | discordgo.IntentsMessageContent
|
||||
|
||||
// Open a websocket connection to Discord and begin listening.
|
||||
err = dg.Open()
|
||||
|
||||
Reference in New Issue
Block a user