fix: 🚚 rename quote to quotes
Renamed /quote to /quotes
This commit is contained in:
parent
a2e1fa7a98
commit
ce7d3d8695
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const subcommandHandlers: SubcommandHandlers = {
|
|||
};
|
||||
|
||||
export const builder = new SlashCommandBuilder()
|
||||
.setName("quote")
|
||||
.setName("quotes")
|
||||
.setDescription("Fun commands.")
|
||||
|
||||
.addSubcommand(post.builder);
|
Loading…
Add table
Reference in a new issue