Skip to content

Commit

Permalink
Move /locale-user to production
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlul committed Dec 24, 2024
1 parent 10ab25e commit 45ce4b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@ export const productionCommandClasses = [
SearchCommand,
YGOPRODECKCommand,
LocaleCommand,
LocaleUserCommand,
ArtCommand,
RandomCommand,
HelpCommand,
PriceCommand,
RushDuelCommand,
MetagameCommand
];
export const previewCommandClasses = [QueryCommand, LocaleUserCommand];
export const previewCommandClasses = [QueryCommand];

export const classes = [
...productionCommandClasses,
Expand Down

0 comments on commit 45ce4b2

Please sign in to comment.