File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff 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 } ;
Original file line number Diff line number Diff 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' ) } ` : '' } **`
You can’t perform that action at this time.
0 commit comments