Add --exclusive/-e to !reaction_roles
When reaction roles are set as exclusive, a user can only have 1 reaction role from that message. Others are removed automatically when picking a role if needed.
This commit is contained in:
parent
546835d421
commit
d2a6cb1684
4 changed files with 42 additions and 4 deletions
|
@ -19,4 +19,6 @@ export class ReactionRole {
|
|||
emoji: string;
|
||||
|
||||
@Column() role_id: string;
|
||||
|
||||
@Column() is_exclusive: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue