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