aboutsummaryrefslogtreecommitdiff
path: root/src/commands/info/links.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/info/links.ts')
-rw-r--r--src/commands/info/links.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/info/links.ts b/src/commands/info/links.ts
index 79f1041..b0d2007 100644
--- a/src/commands/info/links.ts
+++ b/src/commands/info/links.ts
@@ -1,6 +1,8 @@
import { BushCommand, type BushMessage, type BushSlashMessage } from '#lib';
+import { assert } from 'console';
import { MessageActionRow, MessageButton } from 'discord.js';
import packageDotJSON from '../../../package.json' assert { type: 'json' };
+assert(packageDotJSON);
export default class LinksCommand extends BushCommand {
public constructor() {