aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/syncAutomod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/syncAutomod.ts')
-rw-r--r--src/commands/dev/syncAutomod.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/dev/syncAutomod.ts b/src/commands/dev/syncAutomod.ts
index 4d4a6d7..9954e70 100644
--- a/src/commands/dev/syncAutomod.ts
+++ b/src/commands/dev/syncAutomod.ts
@@ -1,4 +1,4 @@
-import { BushCommand, Shared, type BushMessage, type BushSlashMessage } from '#lib';
+import { BushCommand, Shared, type CommandMessage, type SlashMessage } from '#lib';
import got from 'got';
import typescript from 'typescript';
import { NodeVM } from 'vm2';
@@ -18,7 +18,7 @@ export default class SyncAutomodCommand extends BushCommand {
});
}
- public override async exec(message: BushMessage | BushSlashMessage) {
+ public override async exec(message: CommandMessage | SlashMessage) {
if (!message.author.isOwner() && message.author.id !== '497789163555389441')
return await message.util.reply(`${util.emojis.error} Only a very select few may use this command.`);