Updated dependencies
This commit is contained in:
@ -14,7 +14,6 @@ var allCommands = []Command{
|
||||
commands.AnimeList,
|
||||
commands.AnimeSearch,
|
||||
commands.Did,
|
||||
commands.Play,
|
||||
commands.RandomQuote,
|
||||
commands.Roles,
|
||||
commands.Source,
|
||||
@ -32,7 +31,6 @@ func OnMessageCreate(s *discordgo.Session, msg *discordgo.MessageCreate) {
|
||||
_, err := s.ChannelMessageSend(msg.ChannelID, `
|
||||
**!a** [anime search term]
|
||||
**!animelist** [username]
|
||||
**!play** [status text]
|
||||
**!randomquote**
|
||||
**!source**
|
||||
**!verify** [username]`)
|
||||
|
Reference in New Issue
Block a user