Пример #1
0
 public async Task ShowLootboxStats([Remainder] string str = "")
 {
     await ReplyAsync(embed : ToastieUtil.BoxStatsEmbed(Context.User).Build());
 }