mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 04:55:42 +00:00
Display discriminator in author label
This commit is contained in:
parent
86849b9c0e
commit
580f044511
@ -234,6 +234,6 @@ public static class DiscordEmbedBuilderExtensions
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return builder.WithAuthor(user.Username, iconUrl: user.AvatarUrl);
|
return builder.WithAuthor(user.GetUsernameWithDiscriminator(), iconUrl: user.AvatarUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user