public async Task RemoveAllUserWarns(IUser user)
 {
     _moderation.ClearAllInfractionsForUser(user, Context.Guild.Id, Context.User.Id);
     await ReplyAsync($"Cleared all warns for {user.Mention}.");
 }