forked from Supositware/Haha-Yes
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) {
|
||||
console.log(command.alias.length);
|
||||
if (command.alias.length >= 1) {
|
||||
embed.addFields({ name: 'Aliases', value: `\`${command.alias.join('` `')}\``, inline: true });
|
||||
}
|
||||
|
@ -111,7 +110,6 @@ export default {
|
|||
admin: '⚡\u2000Admin',
|
||||
}[category];
|
||||
}
|
||||
console.log(title);
|
||||
embed.addFields({ name: title, value: `\`${object[category].join('` `')}\`` });
|
||||
}
|
||||
return interaction.reply({ embeds: [embed] });
|
||||
|
|
Loading…
Reference in a new issue