Example #1
0
 public async Task LoveAsync(SocketGuildUser usr = null)
 {
     await Context.Channel.SendMessageAsync("", false, CommandEmbedBuilder.ReactionEmbed(Context, usr, ImageEvents.LoveReaction(), "sends love to").Build(), null).ConfigureAwait(false);
 }