From 5b600571f628bfabb79825c0b2bad6439392672c Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 30 Dec 2019 17:03:17 +0000 Subject: [PATCH] Update perms --- src/commands/load.ts | 2 +- src/commands/pull.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/load.ts b/src/commands/load.ts index f76b4b9..7853617 100644 --- a/src/commands/load.ts +++ b/src/commands/load.ts @@ -8,7 +8,7 @@ export default class Load extends Command { this.name = 'load'; this.description = '(Re)loads command, config or util'; this.aliases = ['reload']; - this.permissions = { users: ['253600545972027394', '278620217221971968'] }; + this.permissions = { roles: ['525441307037007902'] }; this.enabled = true; } diff --git a/src/commands/pull.ts b/src/commands/pull.ts index 6205880..4ccdf81 100644 --- a/src/commands/pull.ts +++ b/src/commands/pull.ts @@ -9,7 +9,7 @@ export default class Pull extends Command { this.description = 'Fetches the latest commit from Gitlab'; this.aliases = ['update']; this.enabled = true; - this.permissions = { users: ['253600545972027394', '278620217221971968'] }; + this.permissions = { roles: ['525441307037007902'] }; } public async run(message: Message) {