Skip to content

Commit 0d32820

Browse files
committed
fix #32
1 parent 193bd24 commit 0d32820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/Modules/Utility/AvatarCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public async Task AvatarAsync(SocketGuildUser user = null)
1515
{
1616
var u = user ?? Context.User;
1717
await Context.CreateEmbedBuilder()
18+
.WithAuthor(u)
1819
.WithImageUrl(u.GetAvatarUrl(ImageFormat.Auto, 1024))
1920
.SendToAsync(Context.Channel);
2021
}

0 commit comments

Comments
 (0)