Minor fix

This commit is contained in:
Eduard Urbach 2018-03-15 18:04:43 +01:00
parent 6fedad7475
commit 90021ef2f6

View File

@ -56,7 +56,7 @@ func OnMessageCreate(s *discordgo.Session, msg *discordgo.MessageCreate) {
}
if msg.Content == "!source" {
s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+"B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://github.com/animenotifier/notify.moe/tree/go/bots/discord")
s.ChannelMessageSend(msg.ChannelID, msg.Author.Mention()+" B-baaaaaaaka! Y..you...you want to...TOUCH MY CODE?!\n\nhttps://github.com/animenotifier/notify.moe/tree/go/bots/discord")
return
}