Skip to content

Commit

Permalink
bumped version, example: added owner bypass to eval
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Aug 12, 2018
1 parent 280d21a commit ea84756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/src/modules/Private/commands/Eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */ }) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ea84756

Please sign in to comment.