forked from Skynet/discord-bot
feat: added script to clean up the committee server if it got flooded with extra channels
This commit is contained in:
parent
b8ffd42184
commit
3abbb8d485
3 changed files with 135 additions and 3 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue