Skip to content

Commit

Permalink
fix: issue command permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
en3sis committed Aug 14, 2023
1 parent ead35af commit e55e074
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/timezones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
data: new SlashCommandBuilder()
.setName('timezone')
.setDescription('Set your timezone & get the time of another user')
.setDefaultMemberPermissions('0')
.addSubcommand((command) =>
command
.setName('set')
Expand Down

0 comments on commit e55e074

Please sign in to comment.