feat: ideashow command with interactive controls and todo management

This commit is contained in:
Space-Banane
2026-01-23 13:40:02 +01:00
parent 151c250e62
commit 99281d209a
4 changed files with 978 additions and 4 deletions

2
bot.go
View File

@@ -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()