Markov implementation
This commit is contained in:
9
main.go
9
main.go
@ -29,11 +29,16 @@ var (
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
Name: "markov",
|
||||
Description: "Testing markov chains.",
|
||||
},
|
||||
}
|
||||
|
||||
commandHandlers = map[string]func(s *discordgo.Session, i *discordgo.InteractionCreate){
|
||||
"ping": command.PingCommand,
|
||||
"hs": command.HsCommand,
|
||||
"ping": command.PingCommand,
|
||||
"hs": command.HsCommand,
|
||||
"markov": command.MarkovCommand,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user