Skip to content

Commit 08da8c9

Browse files
committed
Some edits
some edits
1 parent bce8b1f commit 08da8c9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/commands/Public/help.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class HelpCommand extends Command {
4848
return {
4949
type: 2,
5050
style: 1,
51-
label: types[type],
5251
custom_id: type + KEY,
5352
emoji: types[type]
5453
};
@@ -115,7 +114,6 @@ class HelpCommand extends Command {
115114
return {
116115
type: 2,
117116
style: 3,
118-
label: types[type],
119117
custom_id: type + KEY,
120118
emoji: types[type],
121119
disabled: true
@@ -124,7 +122,6 @@ class HelpCommand extends Command {
124122
return {
125123
type: 2,
126124
style: 1,
127-
label: types[type],
128125
custom_id: type + KEY,
129126
emoji: types[type]
130127
};

src/lib/structures/exports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ module.exports = {
200200
format: 'png',
201201
size: 4096
202202
})
203-
});
203+
}).setFooter("/recovery "+await resolveKey(message, 'structure:recovery'))
204204
if (color.toUpperCase() == 'P' || color.toUpperCase().split('!')[1] == 'P') {
205205
auto.setDescription(
206206
`**${Description} - ${emoji.True}${options.isplay ? `\n${await resolveKey(message, 'commands:alert_voice')}` : ''}**`

0 commit comments

Comments
 (0)