remove setrole global

This commit is contained in:
2023-06-17 00:17:59 +02:00
parent e46dde7622
commit 5ffc1ad844
+1 -1
View File
@@ -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')