From a9cd35b21a89cdaf9cc91f6e9ad5a7d3cfefc1b3 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 30 Dec 2019 18:14:09 -0500 Subject: [PATCH] add coal to eval & exec user array --- src/commands/eval.ts | 2 +- src/commands/exec.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/eval.ts b/src/commands/eval.ts index 16d9fc3..cdbe4d4 100644 --- a/src/commands/eval.ts +++ b/src/commands/eval.ts @@ -12,7 +12,7 @@ export default class Eval extends Command { this.aliases = ['e']; this.description = 'Evaluate JavaScript code'; this.enabled = true; - this.permissions = { users: ['253600545972027394', '278620217221971968'] }; + this.permissions = { users: ['253600545972027394', '278620217221971968', '155698776512790528'] }; this.guildOnly = false; } diff --git a/src/commands/exec.ts b/src/commands/exec.ts index 164efcf..5ac0b34 100644 --- a/src/commands/exec.ts +++ b/src/commands/exec.ts @@ -10,7 +10,7 @@ export default class Exec extends Command { this.description = 'Executes command'; this.aliases = ['ex']; this.enabled = true; - this.permissions = { users: ['253600545972027394', '278620217221971968'] }; + this.permissions = { users: ['253600545972027394', '278620217221971968', '155698776512790528'] }; this.guildOnly = false; }