public async Task SetMuteRoleAsync(IRole role)
 {
     _moderation.CreateOrSetMutedRole(Context.Guild, role);
     await ReplyAsync($"Successfully set the muterole to {role.Mention}.");
 }