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