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; }