summaryrefslogtreecommitdiff
path: root/src/misc/emojilist.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/emojilist.ts')
-rw-r--r--src/misc/emojilist.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/misc/emojilist.ts b/src/misc/emojilist.ts
deleted file mode 100644
index de7591f5a0..0000000000
--- a/src/misc/emojilist.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-// initial converted from https://github.com/muan/emojilib/commit/242fe68be86ed6536843b83f7e32f376468b38fb
-export const emojilist = require('../emojilist.json') as {
- name: string;
- keywords: string[];
- char: string;
- category: 'people' | 'animals_and_nature' | 'food_and_drink' | 'activity' | 'travel_and_places' | 'objects' | 'symbols' | 'flags';
-}[];