continued forms
This commit is contained in:
@@ -22,7 +22,7 @@ type Command struct {
|
||||
var commands []Command = []Command{form_command, tag_command, short_get_tag_command, dadjoke_command, ping_command, ask_command, sticky_command, cat_command}
|
||||
|
||||
func ready(s *discordgo.Session, event *discordgo.Ready) {
|
||||
fmt.Print("\nStarting up... (May take longer when Discord rate limits the bot)")
|
||||
fmt.Print("\nStarting up...")
|
||||
removeOldCommandFromAllGuilds(s)
|
||||
var existingCommandNames []string
|
||||
for _, guild := range event.Guilds {
|
||||
|
Reference in New Issue
Block a user