Example #1
0
 public async Task HugAsync(SocketGuildUser usr = null)
 {
     await Context.Channel.SendMessageAsync("", false, CommandEmbedBuilder.ReactionEmbed(Context, usr, ImageEvents.HugReaction(), "hugs").Build(), null).ConfigureAwait(false);
 }