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