Пример #1
0
 public async Task Help(ICommand command)
 {
     await command.Reply(_helpBuilder.GetModuleHelpEmbed(_frameworkReflector.GetModuleInfo(GetType()).Name, command.Prefix));
 }