fix replies to bots being colored wrong
This commit is contained in:
parent
4f21449ffe
commit
b2b4ac358c
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ func FormatMessage(options MessageOptions) []string {
|
|||
|
||||
if options.Reply != nil {
|
||||
nameColor := "cyan+b"
|
||||
if options.Bot {
|
||||
if options.Reply.Author.Bot {
|
||||
nameColor = "yellow+b"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue