mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 20:35:02 +00:00
Allow certain or all roles to be removed upon mute and readded on unmute (#140)
This commit is contained in:
parent
8e812aab2f
commit
a13b0b6fda
12 changed files with 135 additions and 27 deletions
|
@ -15,4 +15,6 @@ export class Mute {
|
|||
@Column({ type: String, nullable: true }) expires_at: string | null;
|
||||
|
||||
@Column() case_id: number;
|
||||
|
||||
@Column("simple-array") roles_to_restore: string[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue