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>",