From e1e0399970c9b7e45476266511fead01b4708b69 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 11 Feb 2023 16:27:26 +0100 Subject: [PATCH] Can't subcommand a command who have option --- src/commands/music/lyrics.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/music/lyrics.ts b/src/commands/music/lyrics.ts index 6674fba..006d1ef 100644 --- a/src/commands/music/lyrics.ts +++ b/src/commands/music/lyrics.ts @@ -13,7 +13,6 @@ export default { return; } - // TODO: Add subcommand "romanized" appending "romanized" to searchs return ( new SlashCommandBuilder() .setName(filename.toLowerCase())