remove random console log

This commit is contained in:
spiral 2021-05-01 19:32:37 +01:00 committed by GitHub
parent 517abf7ff1
commit 653c7b22bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,8 +194,6 @@ namespace PluralKit.Bot
var username = nickname ?? repliedTo.Author.Username; var username = nickname ?? repliedTo.Author.Username;
var avatarUrl = $"https://cdn.discordapp.com/avatars/{repliedTo.Author.Id}/{repliedTo.Author.Avatar}.png"; var avatarUrl = $"https://cdn.discordapp.com/avatars/{repliedTo.Author.Id}/{repliedTo.Author.Avatar}.png";
Console.WriteLine($"color {match.Member.Color}");
return new Embed return new Embed
{ {
// unicodes: [three-per-em space] [left arrow emoji] [force emoji presentation] // unicodes: [three-per-em space] [left arrow emoji] [force emoji presentation]