示例#1
0
 public async Task SudoAsync(SocketUser user, [Remainder] string command)
 {
     var context = new DogeyCommandContext(Context.Client, Context.Message, user);
     await _handler.ExecuteAsync(context, _provider, command);
 }