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'],