Update isCommand.ts

This commit is contained in:
Axel Olausson Holtenäs 2022-04-26 12:01:18 +02:00 committed by GitHub
parent a8af4582ad
commit adef225730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 =