feat: added script to clean up the committee server if it got flooded with extra channels

This commit is contained in:
silver 2025-07-07 22:18:04 +01:00
parent b8ffd42184
commit 3abbb8d485
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 135 additions and 3 deletions

View file

@ -400,10 +400,10 @@ pub mod committee {
#[derive(Debug, Clone, Deserialize, Serialize)]
pub struct CommitteeRoles {
id_wolves: i64,
id_role: RoleId,
id_channel: ChannelId,
pub id_role: RoleId,
pub id_channel: ChannelId,
pub name_role: String,
name_channel: String,
pub name_channel: String,
pub count: i64,
}