Пример #1
0
 public async Task GetInfo([Remainder, Summary("The format to get info about.")] string keyword)
 {
     if (Xml.CommandAllowed("about", Context))
     {
         var embed = Embeds.FormatInfo(keyword, Context.Guild.Id);
         await Context.Channel.SendMessageAsync("", embed : embed).ConfigureAwait(false);
     }
 }