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