diff options
| author | Bobby <[email protected]> | 2025-03-27 12:48:49 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-03-27 12:48:49 +0530 |
| commit | 1b271061415b33a8f18d1d3d960bc750b9557b69 (patch) | |
| tree | f14bd9b483d849f454f10a9111049e5c191a5154 /types | |
| parent | 3a63a1a8be65f3e50141a3970a9d63d91b191755 (diff) | |
| download | ai-1b271061415b33a8f18d1d3d960bc750b9557b69.tar.xz ai-1b271061415b33a8f18d1d3d960bc750b9557b69.zip | |
command handler and boilerplate play command
Diffstat (limited to 'types')
| -rw-r--r-- | types/bot.go | 1 |
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 |
