summaryrefslogtreecommitdiff
path: root/types/bot.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-03-27 12:48:49 +0530
committerBobby <[email protected]>2025-03-27 12:48:49 +0530
commit1b271061415b33a8f18d1d3d960bc750b9557b69 (patch)
treef14bd9b483d849f454f10a9111049e5c191a5154 /types/bot.go
parent3a63a1a8be65f3e50141a3970a9d63d91b191755 (diff)
downloadai-1b271061415b33a8f18d1d3d960bc750b9557b69.tar.xz
ai-1b271061415b33a8f18d1d3d960bc750b9557b69.zip
command handler and boilerplate play command
Diffstat (limited to 'types/bot.go')
-rw-r--r--types/bot.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/types/bot.go b/types/bot.go
index 2f6adf3..f7eb53e 100644
--- a/types/bot.go
+++ b/types/bot.go
@@ -10,6 +10,7 @@ const (
)
type BotConfig struct {
+ GuildID string
DiscordToken string
SpotifyClientId string
SpotifyClientSecret string