From 5ffc1ad84489b6e51cc9e30f621289eb8462654e Mon Sep 17 00:00:00 2001 From: Legonzaur Date: Sat, 17 Jun 2023 00:17:59 +0200 Subject: [PATCH] remove setrole global --- src/commands/setrole.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')