From 8af0bde52da9a83adb2a6c49377d1e63d58ea83f Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Wed, 24 Feb 2021 13:19:18 +0900 Subject: [PATCH] chore: added discord svg --- public/emojis/discord.svg | 1 + utils/Constants.ts | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 public/emojis/discord.svg diff --git a/public/emojis/discord.svg b/public/emojis/discord.svg new file mode 100644 index 0000000..65c9fcc --- /dev/null +++ b/public/emojis/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/utils/Constants.ts b/utils/Constants.ts index 037dc9d..ab58008 100644 --- a/utils/Constants.ts +++ b/utils/Constants.ts @@ -164,6 +164,13 @@ export const KoreanbotsEmoji = [{ keywords: ['koreanbots', '한국 디스코드봇 리스트', '한디리', 'kbots'], imageUrl: '/logo.png' }, +{ + name: 'Discord', + short_names: ['discord'], + emoticons: [], + keywords: ['discord', '디스코드', '디코'], + imageUrl: '/emojis/discord.svg' +}, { name: 'Javascript', short_names: ['javascript', 'js'],