Example #1
0
 public async Task Commands([Remainder] string _ = "")
 {
     await EmbedBuilderFunctions.GiveAllCommands(_cc, Context);
 }
Example #2
0
 private async Task ListCommands(ICommandContext context)
 {
     await EmbedBuilderFunctions.GiveAllCommands(_commands, context, "Unkown Command");
 }
Example #3
0
 public async Task Commands()
 {
     await EmbedBuilderFunctions.GiveAllCommands(_cc, Context);
 }