From be951c2b1c33182c2359224e0d0e4e7660bb4d32 Mon Sep 17 00:00:00 2001 From: Mnpn Date: Wed, 31 Oct 2018 16:51:09 +0100 Subject: [PATCH] Added link for uploaded files to printed messages --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 3de24cd..6566693 100644 --- a/main.go +++ b/main.go @@ -353,7 +353,7 @@ func printMessage(session *discordgo.Session, msg *discordgo.Message, prefixR bo s += guild.Name + " #" + channel.Name } - s += ") " + msg.Author.Username + ": " + msg.Content + s += ") " + msg.Author.Username + ": " + msgToString(msg) s += strings.Repeat(" ", 5) color.Unset()