Skip to content

Commit

Permalink
fix #32
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed May 17, 2019
1 parent 193bd24 commit 0d32820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/Modules/Utility/AvatarCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public async Task AvatarAsync(SocketGuildUser user = null)
{
var u = user ?? Context.User;
await Context.CreateEmbedBuilder()
.WithAuthor(u)
.WithImageUrl(u.GetAvatarUrl(ImageFormat.Auto, 1024))
.SendToAsync(Context.Channel);
}
Expand Down

0 comments on commit 0d32820

Please sign in to comment.