Skip to content

Commit

Permalink
fix: issue issue with the /timezone interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
en3sis committed Aug 14, 2023
1 parent 54508e4 commit ead35af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/plugins/timezones.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const timezonesController = async (interaction: ChatInputCommandInteracti
},
],
})
} else if (command === 'compare') {
} else if (command === 'difference') {
// Get the target & author user
const targetUser = interaction.options.getUser('user', true)
const authorUser = interaction.user
Expand Down

0 comments on commit ead35af

Please sign in to comment.