diff options
Diffstat (limited to 'src/inhibitors/command/owner.ts')
-rw-r--r-- | src/inhibitors/command/owner.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inhibitors/command/owner.ts b/src/inhibitors/command/owner.ts index 2331e04..3769d84 100644 --- a/src/inhibitors/command/owner.ts +++ b/src/inhibitors/command/owner.ts @@ -10,7 +10,7 @@ export default class OwnerInhibitor extends BushInhibitor { }); } - public override async exec(message: CommandMessage | SlashMessage, command: BushCommand): Promise<boolean> { + public async exec(message: CommandMessage | SlashMessage, command: BushCommand): Promise<boolean> { if (command.ownerOnly) { if (!client.isOwner(message.author)) { void client.console.verbose( |