From 6796317c6c5829c4d9b28680d54f53623ccedf8f Mon Sep 17 00:00:00 2001 From: Bsian Date: Sun, 1 Dec 2019 01:50:47 +0000 Subject: [PATCH] this shit doesn't work --- src/commands/load.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/load.ts b/src/commands/load.ts index d65f498..b639c3b 100644 --- a/src/commands/load.ts +++ b/src/commands/load.ts @@ -9,7 +9,7 @@ export default class Load extends Command { this.description = '(Re)loads command, config or util'; this.aliases = ['reload']; this.permissions = { users: ['253600545972027394', '278620217221971968'] }; - this.enabled = true; + this.enabled = false; } public async run(message: Message, args: string[]) {