From 910afefcbf2de4e859fa8484531c770425ffb84a Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 19 Apr 2020 12:37:43 -0400 Subject: [PATCH] perms change for pull cmd --- src/commands/pull.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pull.ts b/src/commands/pull.ts index cdd0fe7..cc21674 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 = { roles: ['525441307037007902'] }; + this.permissions = { roles: ['662163685439045632'] }; } public async run(message: Message) {