fix: 🚚 rename quote to quotes

Renamed /quote to /quotes
This commit is contained in:
Axel Olausson Holtenäs 2023-05-29 16:14:32 +02:00
parent a2e1fa7a98
commit ce7d3d8695
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ const subcommandHandlers: SubcommandHandlers = {
};
export const builder = new SlashCommandBuilder()
.setName("quote")
.setName("quotes")
.setDescription("Fun commands.")
.addSubcommand(post.builder);