started adding autojoinroles

This commit is contained in:
2024-03-04 01:18:48 +01:00
parent f11d3bc6c8
commit eb6a2dbc5c
5 changed files with 106 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ type Command struct {
ModalIDs []string
}
var commands []Command = []Command{form_command, tag_command, short_get_tag_command, dadjoke_command, ping_command, ask_command, sticky_command, cat_command}
var commands []Command = []Command{form_command, tag_command, short_get_tag_command, dadjoke_command, ping_command, ask_command, sticky_command, cat_command, autojoinroles_command}
func ready(s *discordgo.Session, event *discordgo.Ready) {
fmt.Print("\nStarting up...")