aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/invite.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/invite.ts')
-rw-r--r--src/commands/info/invite.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/info/invite.ts b/src/commands/info/invite.ts
index a2128b3..384c59e 100644
--- a/src/commands/info/invite.ts
+++ b/src/commands/info/invite.ts
@@ -18,7 +18,7 @@ export default class InviteCommand extends BushCommand {
});
}
- public async exec(message: BushMessage | BushSlashMessage): Promise<unknown> {
+ public override async exec(message: BushMessage | BushSlashMessage): Promise<unknown> {
if (client.config.isDevelopment) return await message.util.reply(`${util.emojis.error} The dev bot cannot be invited.`);
const ButtonRow = new MessageActionRow().addComponents(
new MessageButton({