diff --git a/src/commands/setrole.ts b/src/commands/setrole.ts index ea95719..7044c07 100644 --- a/src/commands/setrole.ts +++ b/src/commands/setrole.ts @@ -6,7 +6,7 @@ import { execute } from '../db' import { discord_guild_id, owner_id } from '../config.json' module.exports = { - global: true, + global: false, data: new SlashCommandBuilder() .setName('setrole') .setDescription('Adds permissions to a discord role')