Update discord.go
Added bolding around the name, and split the name vs message with ": " on line 338
This commit is contained in:
@@ -335,7 +335,7 @@ func (b *Bdiscord) handleEventBotUser(msg *config.Message, channelID string) (st
|
||||
}
|
||||
|
||||
m := discordgo.MessageSend{
|
||||
Content: msg.Username + msg.Text,
|
||||
Content: "**" + msg.Username + "**: " + msg.Text,
|
||||
AllowedMentions: b.getAllowedMentions(),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user