diff --git a/example/src/modules/Private/commands/Eval.js b/example/src/modules/Private/commands/Eval.js index dff26711..87bed973 100755 --- a/example/src/modules/Private/commands/Eval.js +++ b/example/src/modules/Private/commands/Eval.js @@ -23,6 +23,7 @@ class Eval extends Command { this.options.cooldown = null; this.permissions.staff.needed = this.axon.staff.owners; + this.permissions.staff.bypass = this.axon.staff.owners; } async execute({ msg, args, /* eslint-disable */guildConf/* eslint-enable */ }) { diff --git a/package.json b/package.json index 26af7eb6..a1a23dd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "axoncore", - "version": "0.8.1", + "version": "0.8.2", "description": "AxonCore - AxonClient: Framework, Command/Event handler to interact with Eris library.", "author": "KhaaZ#0001", "license": "ISC",