automate management of loading emote
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m52s

This commit is contained in:
2026-03-09 14:25:56 -04:00
parent adefe2f177
commit 6b9934a221
3 changed files with 40 additions and 2 deletions

View File

@@ -371,6 +371,10 @@ func main() {
}
})
log.Println("Initialize loading emoji")
initLoadingEmoji(s)
log.Println("Adding commands")
registeredCommands := make([]*discordgo.ApplicationCommand, len(commands))
for i, v := range commands {