From 7bc601b68570201a2653b88420955154983880b0 Mon Sep 17 00:00:00 2001 From: Bsian Date: Sat, 30 Nov 2019 23:53:23 +0000 Subject: [PATCH] Perms fix --- src/commands/load.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/load.ts b/src/commands/load.ts index a7c7830..ec22ab3 100644 --- a/src/commands/load.ts +++ b/src/commands/load.ts @@ -8,6 +8,7 @@ export default class Ping extends Command { this.name = 'load'; this.description = '(Re)loads command, config or util'; this.aliases = ['reload']; + this.permissions = { users: ['253600545972027394', '278620217221971968'] }; this.enabled = true; }