From 8e84d39c7f2531e81eed3a9d01bf4030b19a2c88 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 14 Feb 2021 00:30:07 +0100 Subject: :sparkles: getPermission util function --- dist/gateway/src/schema/Emoji.d.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 dist/gateway/src/schema/Emoji.d.ts (limited to 'dist/gateway/src/schema/Emoji.d.ts') diff --git a/dist/gateway/src/schema/Emoji.d.ts b/dist/gateway/src/schema/Emoji.d.ts deleted file mode 100644 index da4770e9..00000000 --- a/dist/gateway/src/schema/Emoji.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -export declare const EmojiSchema: { - name: StringConstructor; - $id: BigIntConstructor; - animated: BooleanConstructor; -}; -export interface EmojiSchema { - name: string; - id?: bigint; - animated: Boolean; -} -- cgit 1.5.1