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[]) {