public async Task SendHelpEmbed()
 {
     EmbedBuilder emb = EmbedService.BuildCommandEmbed(Context.Guild);
     await Context.Channel.SendMessageAsync(embed : emb.Build());
 }