Removed some useless console.log
This commit is contained in:
parent
287b89332e
commit
59f0f85df4
1 changed files with 0 additions and 2 deletions
|
@ -55,7 +55,6 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (command.alias) {
|
if (command.alias) {
|
||||||
console.log(command.alias.length);
|
|
||||||
if (command.alias.length >= 1) {
|
if (command.alias.length >= 1) {
|
||||||
embed.addFields({ name: 'Aliases', value: `\`${command.alias.join('` `')}\``, inline: true });
|
embed.addFields({ name: 'Aliases', value: `\`${command.alias.join('` `')}\``, inline: true });
|
||||||
}
|
}
|
||||||
|
@ -111,7 +110,6 @@ export default {
|
||||||
admin: '⚡\u2000Admin',
|
admin: '⚡\u2000Admin',
|
||||||
}[category];
|
}[category];
|
||||||
}
|
}
|
||||||
console.log(title);
|
|
||||||
embed.addFields({ name: title, value: `\`${object[category].join('` `')}\`` });
|
embed.addFields({ name: title, value: `\`${object[category].join('` `')}\`` });
|
||||||
}
|
}
|
||||||
return interaction.reply({ embeds: [embed] });
|
return interaction.reply({ embeds: [embed] });
|
||||||
|
|
Loading…
Reference in a new issue