mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Фиксы
This commit is contained in:
parent
a09a37eb76
commit
46a0911f1c
2 changed files with 3 additions and 2 deletions
|
@ -82,10 +82,11 @@ class Profile extends Command {
|
|||
}) // Sets the footer of the embed
|
||||
.setTimestamp();
|
||||
|
||||
const buffer = userData.getAchievements();
|
||||
message.channel.send({
|
||||
embeds: [profileEmbed],
|
||||
files: [{
|
||||
attachment: userData.getAchievements()
|
||||
attachment: buffer
|
||||
}]
|
||||
}); // Send the embed in the current channel
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"DESCRIPTION": "Управление резервными копиями сервера!",
|
||||
"USAGE": "{{prefix}}backup [create/load/info]",
|
||||
"USAGE": "{{prefix}}backup [create/load/info/remove]",
|
||||
"EXAMPLES": "{{prefix}}backup create\n{{prefix}}backup load 123456789098765432\n{{prefix}}backup info 123456789098765432",
|
||||
"MISSING_STATUS": "Выберите действие: `create`, `load`, `info` или `remove`!",
|
||||
"MISSING_BACKUP_ID": "Укажите ID резервной копии!",
|
||||
|
|
Loading…
Reference in a new issue