Exemple #1
0
 public Task Setup(CommandContext commandContext)
 {
     return(InvokeAsync(commandContext,
                        async commandContextContainer =>
     {
         await ConfigurationService.CreateGuildConfiguration(commandContextContainer)
         .ConfigureAwait(false);
     }));
 }