diff options
Diffstat (limited to 'src/inhibitors/command/guild.ts')
-rw-r--r-- | src/inhibitors/command/guild.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inhibitors/command/guild.ts b/src/inhibitors/command/guild.ts index 8b249ff..6ea4e6a 100644 --- a/src/inhibitors/command/guild.ts +++ b/src/inhibitors/command/guild.ts @@ -10,7 +10,7 @@ export default class GuildInhibitor 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.channel === 'guild' && !message.guild) { void client.console.verbose( 'guild', |