From ea84756f7249fce1f4821e7feb957e12ed885ddb Mon Sep 17 00:00:00 2001 From: Khaazz Date: Mon, 13 Aug 2018 01:15:08 +0200 Subject: [PATCH] bumped version, example: added owner bypass to eval --- example/src/modules/Private/commands/Eval.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",