Exemplo n.º 1
0
 public async Task OptionsResponseAsync()
 {
     await ModuleManager.TryExecute(Context.Channel, OptionsService.ReadOptionsAsync(Context));
 }
Exemplo n.º 2
0
 public async Task SetInboundChannelResponseAsync(SocketTextChannel channel)
 {
     await ModuleManager.TryExecute(Context.Channel, SetInboundChannelAsync(Context.GetGuildUser(), Context.Server, Context.Guild, channel));
 }
Exemplo n.º 3
0
 public async Task TextToSpeech([Remainder] string message)
 {
     await ModuleManager.TryExecute(Context.Channel, ReplyAsync(message, true));
 }
Exemplo n.º 4
0
 public async Task SetInboundChannelResponseAsync()
 {
     await ModuleManager.TryExecute(Context.Channel, GetInboundChannelAsync(Context.Guild, Context.Server));
 }
Exemplo n.º 5
0
 public async Task StoreCollectionResponseAsync()
 => await ModuleManager.TryExecute(Context.Channel, PlazaService.CheckStoresAsync(Context));