Update isCommand.ts
This commit is contained in:
parent
a8af4582ad
commit
adef225730
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ export default async (interaction: CommandInteraction) => {
|
|||
logger.verbose(`Command ${commandName} not found`);
|
||||
}
|
||||
|
||||
// logger.warn(currentCommand.modules[interaction.options.getSubcommand()].meta);
|
||||
|
||||
// const meta = { ephemeral: false, guildOnly: false };
|
||||
|
||||
let meta;
|
||||
|
||||
const subcommand =
|
||||
|
|
Loading…
Add table
Reference in a new issue