added ask command
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user