diff --git a/src/commands/timezones.ts b/src/commands/timezones.ts index 1a0a7f1..62aa2e1 100644 --- a/src/commands/timezones.ts +++ b/src/commands/timezones.ts @@ -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')