mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
remove random console log
This commit is contained in:
parent
517abf7ff1
commit
653c7b22bd
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue