don't allow people to delete the everyone role

This commit is contained in:
MathMan05 2025-05-14 15:54:07 -05:00
parent bd9e90d064
commit e897af88fb

View file

@ -259,6 +259,9 @@ class RoleList extends Buttons {
headers: this.headers,
});
},
{
visable: (role) => role.id !== role.guild.id,
},
);
return menu;
}