remove random console log
This commit is contained in:
parent
517abf7ff1
commit
653c7b22bd
@ -194,8 +194,6 @@ namespace PluralKit.Bot
|
||||
var username = nickname ?? repliedTo.Author.Username;
|
||||
var avatarUrl = $"https://cdn.discordapp.com/avatars/{repliedTo.Author.Id}/{repliedTo.Author.Avatar}.png";
|
||||
|
||||
Console.WriteLine($"color {match.Member.Color}");
|
||||
|
||||
return new Embed
|
||||
{
|
||||
// unicodes: [three-per-em space] [left arrow emoji] [force emoji presentation]
|
||||
@ -295,4 +293,4 @@ namespace PluralKit.Bot
|
||||
if (proxyName.Length > Limits.MaxProxyNameLength) throw Errors.ProxyNameTooLong(proxyName);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user