diff --git a/src/commands/bot.js b/src/commands/bot.js index 1b6f32b6a51292757f9d2ff686207aae51f0a9e5..718fb5c5bdea197691628a53b03cab1b4b5039e6 100644 --- a/src/commands/bot.js +++ b/src/commands/bot.js @@ -4,6 +4,7 @@ module.exports = bot => { { description: "Get db version", fullDescription: "Get the database version.", + hidden: true, requirements: { custom: msg => { return msg.channel.permissionsOf(msg.member.id).has("administrator") diff --git a/src/commands/poll.js b/src/commands/poll.js index c73a10a0043947cb123196c969c51ab00b170715..efc3bed9717df72dd4e9a9aba0c6c51a39859591 100644 --- a/src/commands/poll.js +++ b/src/commands/poll.js @@ -1,6 +1,7 @@ module.exports = bot => { bot.registerCommand("poll", "POLLS !!!", { description: "Manage polls", - fullDescription: "This command can be used to manage polls." + fullDescription: "This command can be used to manage polls.", + hidden: true }); } diff --git a/src/database/categoryRole.js b/src/database/categoryRole.js index bd40d195161b14f11076c21ddf4d6a89e492dfcd..9640db482b696a9d28dd71b68c683295dff502fc 100644 --- a/src/database/categoryRole.js +++ b/src/database/categoryRole.js @@ -14,6 +14,14 @@ create table if not exists categoryRole ( `), 3: async () => { await this.create("728334680306352190", "727116447989497866") + }, + 4: async () => { + await this.create("728334429369532428", "726835758542880800") //GD + await this.create("728334429369532428", "726871073920122962") //LD/UX + await this.create("728334614564831364", "726140165734793216") //prog + await this.create("728334720722796575", "726140280478236704") //art + await this.create("728334752716816589", "726141709028819024") //scenar + await this.create("728334773600125018", "726140349361422337") //son } } }