automate management of loading emote
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m52s
All checks were successful
Build only (for PRs) / build-only (pull_request) Successful in 4m52s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user