Новые эмодзи в suggest

This commit is contained in:
JonnyBro 2022-03-27 22:24:45 +05:00
parent ef8f3b39a9
commit 368f8aa95e
2 changed files with 4 additions and 2 deletions

View file

@ -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]

View file

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