summary refs log tree commit diff
path: root/dist/Schema/Guild.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-14 00:30:07 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-14 00:30:07 +0100
commit8e84d39c7f2531e81eed3a9d01bf4030b19a2c88 (patch)
treeeb89f194780f903388cf968e9073cab4aed75ccc /dist/Schema/Guild.d.ts
parent:art: Channel + Member + Message + Role in separate collection (diff)
downloadserver-8e84d39c7f2531e81eed3a9d01bf4030b19a2c88.tar.xz
:sparkles: getPermission util function
Diffstat (limited to 'dist/Schema/Guild.d.ts')
-rw-r--r--dist/Schema/Guild.d.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/dist/Schema/Guild.d.ts b/dist/Schema/Guild.d.ts
deleted file mode 100644

index 42d540ba..00000000 --- a/dist/Schema/Guild.d.ts +++ /dev/null
@@ -1,8 +0,0 @@ -export declare const GuildSchema: { - name: StringConstructor; - $region: StringConstructor; -}; -export interface GuildSchema { - name: string; - region?: string; -}