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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/models/Role.d.ts b/dist/models/Role.d.ts

index a65b0e13..bdb10557 100644 --- a/dist/models/Role.d.ts +++ b/dist/models/Role.d.ts
@@ -2,6 +2,7 @@ import { Schema, Document } from "mongoose"; export interface Role extends Document { id: bigint; + guild_id: bigint; color: number; hoist: boolean; managed: boolean;