mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
Новые эмодзи в suggest
This commit is contained in:
parent
ef8f3b39a9
commit
368f8aa95e
2 changed files with 4 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue