Skip to content

Commit

Permalink
Added link for uploaded files to printed messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnpn committed Oct 31, 2018
1 parent abf0081 commit be951c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit be951c2

Please sign in to comment.