Updated animelist command
This commit is contained in:
parent
8d3b0036d0
commit
5c4ce36025
@ -54,7 +54,7 @@ func OnMessageCreate(s *discordgo.Session, msg *discordgo.MessageCreate) {
|
|||||||
|
|
||||||
// Anime list of user
|
// Anime list of user
|
||||||
if strings.HasPrefix(msg.Content, "!animelist ") {
|
if strings.HasPrefix(msg.Content, "!animelist ") {
|
||||||
s.ChannelMessageSend(msg.ChannelID, "https://notify.moe/+"+strings.Split(msg.Content, " ")[1]+"/animelist")
|
s.ChannelMessageSend(msg.ChannelID, "https://notify.moe/+"+strings.Split(msg.Content, " ")[1]+"/animelist/watching")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user