예제 #1
0
 public async Task Responds(CommandContext ctx)
 {
     await Execute(async() => await _handler.Responds(ctx));
 }