mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Converted enough to send the system card
This commit is contained in:
parent
a6fbd869be
commit
05334f0d25
28 changed files with 343 additions and 198 deletions
|
|
@ -4,6 +4,8 @@ namespace Myriad.Extensions
|
|||
{
|
||||
public static class UserExtensions
|
||||
{
|
||||
public static string Mention(this User user) => $"<@{user.Id}>";
|
||||
|
||||
public static string AvatarUrl(this User user) =>
|
||||
$"https://cdn.discordapp.com/avatars/{user.Id}/{user.Avatar}.png";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue