fix replies to bots being colored wrong

This commit is contained in:
Cynthia Foxwell 2023-11-19 17:37:26 -07:00
parent 4f21449ffe
commit b2b4ac358c
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}