diff --git a/src/commands/quote/index.ts b/src/commands/quotes/index.ts similarity index 96% rename from src/commands/quote/index.ts rename to src/commands/quotes/index.ts index 17dfa9a..3f3307d 100644 --- a/src/commands/quote/index.ts +++ b/src/commands/quotes/index.ts @@ -12,7 +12,7 @@ const subcommandHandlers: SubcommandHandlers = { }; export const builder = new SlashCommandBuilder() - .setName("quote") + .setName("quotes") .setDescription("Fun commands.") .addSubcommand(post.builder); diff --git a/src/commands/quote/subcommands/post/index.ts b/src/commands/quotes/subcommands/post/index.ts similarity index 100% rename from src/commands/quote/subcommands/post/index.ts rename to src/commands/quotes/subcommands/post/index.ts