added ask command

This commit is contained in:
2024-02-20 22:06:00 +01:00
parent 8e0d8480ae
commit f898010bcb
5 changed files with 73 additions and 39 deletions

View File

@@ -15,7 +15,7 @@ type Command struct {
ModalID string
}
var commands []Command = []Command{tag_command, short_get_tag_command, dadjoke_command, ping_command}
var commands []Command = []Command{tag_command, short_get_tag_command, dadjoke_command, ping_command, ask_command}
func ready(s *discordgo.Session, event *discordgo.Ready) {
for _, guild := range event.Guilds {