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) {