From 90021ef2f6df66c64b78a740d5d48fcc1bb84cc9 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 15 Mar 2018 18:04:43 +0100 Subject: [PATCH] Minor fix --- bots/discord/OnMessageCreate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/discord/OnMessageCreate.go b/bots/discord/OnMessageCreate.go index fc9742a1..9699398a 100644 --- a/bots/discord/OnMessageCreate.go +++ b/bots/discord/OnMessageCreate.go @@ -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 }