From bd0b941feaff6b414caf2c90cb1f1d0dce2e8106 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 17 Oct 2021 00:38:56 +0200 Subject: :sparkles: added session + memberlist event --- gateway/src/schema/Emoji.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 gateway/src/schema/Emoji.ts (limited to 'gateway/src/schema/Emoji.ts') diff --git a/gateway/src/schema/Emoji.ts b/gateway/src/schema/Emoji.ts deleted file mode 100644 index 413b8359..00000000 --- a/gateway/src/schema/Emoji.ts +++ /dev/null @@ -1,11 +0,0 @@ -export const EmojiSchema = { - name: String, // the name of the emoji - $id: String, // the id of the emoji - animated: Boolean, // whether this emoji is animated -}; - -export interface EmojiSchema { - name: string; - id?: string; - animated: Boolean; -} -- cgit 1.5.1