From 368f8aa95e397a0b69648029fa1965ae6f6450b0 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 27 Mar 2022 22:24:45 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D1=8D=D0=BC?= =?UTF-8?q?=D0=BE=D0=B4=D0=B7=D0=B8=20=D0=B2=20suggest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/suggest.js | 4 ++-- emojis.json | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/commands/General/suggest.js b/commands/General/suggest.js index 9d350c2c..12631f24 100644 --- a/commands/General/suggest.js +++ b/commands/General/suggest.js @@ -45,8 +45,8 @@ class Suggest extends Command { text: data.config.embed.footer }); - const success = Discord.Util.parseEmoji(this.client.customEmojis.success).id; - const error = Discord.Util.parseEmoji(this.client.customEmojis.error).id; + const success = Discord.Util.parseEmoji(this.client.customEmojis.cool).id; + const error = Discord.Util.parseEmoji(this.client.customEmojis.notcool).id; suggChannel.send({ embeds: [embed] diff --git a/emojis.json b/emojis.json index 334c5af9..83ab262d 100644 --- a/emojis.json +++ b/emojis.json @@ -44,6 +44,8 @@ "patreon": "<:atlanta_patreon:602163441083351051>", "server": "<:atlanta_server:610825960853471242>", "boost": "<:atlanta_boost:629316191797641248>", + "cool": "<:cool:957690472573325383>", + "notcool": "<:notcool:957690532203724862>", "status": { "dnd": "<:atlanta_dnd:616613445252546570>", "idle": "<:atlanta_idle:616613445290164224>",