public async Task MuteAsync(IUser user, string time, [Remainder] string reason)
 {
     await moderationService.MuteAsync(user, reason, time, Context.User).ConfigureAwait(false);
 }