summary refs log tree commit diff
path: root/dist/models/Role.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/models/Role.d.ts')
-rw-r--r--dist/models/Role.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/models/Role.d.ts b/dist/models/Role.d.ts

index 8e8042c1..11582893 100644 --- a/dist/models/Role.d.ts +++ b/dist/models/Role.d.ts
@@ -1,4 +1,5 @@ export interface Role { + id: bigint; color: number; hoist: boolean; managed: boolean; @@ -6,4 +7,7 @@ export interface Role { name: string; permissions: bigint; position: number; + tags?: { + bot_id?: bigint; + }; }