Skip to content

Commit

Permalink
fix: adds missing subommand for /timezone unset
Browse files Browse the repository at this point in the history
  • Loading branch information
en3sis committed Sep 13, 2023
1 parent 09e07cd commit ad97293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/timezones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
option.setName('zone').setDescription('Your timezone(TZ Identifier)').setRequired(true),
),
)
.addSubcommand((command) => command.setName('unset').setDescription('Unset your timezone'))
.addSubcommand((command) =>
command
.setName('diff')
Expand Down

0 comments on commit ad97293

Please sign in to comment.