We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193bd24 commit 0d32820Copy full SHA for 0d32820
src/Commands/Modules/Utility/AvatarCommand.cs
@@ -15,6 +15,7 @@ public async Task AvatarAsync(SocketGuildUser user = null)
15
{
16
var u = user ?? Context.User;
17
await Context.CreateEmbedBuilder()
18
+ .WithAuthor(u)
19
.WithImageUrl(u.GetAvatarUrl(ImageFormat.Auto, 1024))
20
.SendToAsync(Context.Channel);
21
}
0 commit comments