コード例 #1
0
 public async Task Donate([Remainder] string str = "")
 {
     await Context.Channel.SendMessageAsync("", false, BasicUtil.DonateEmbed(Program.GetPrefix(Context)).Build());
 }