aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush/serverStatus.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moulberry-bush/serverStatus.ts')
-rw-r--r--src/commands/moulberry-bush/serverStatus.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/moulberry-bush/serverStatus.ts b/src/commands/moulberry-bush/serverStatus.ts
index 790ac09..3d8e780 100644
--- a/src/commands/moulberry-bush/serverStatus.ts
+++ b/src/commands/moulberry-bush/serverStatus.ts
@@ -1,6 +1,8 @@
import { BushCommand, type BushMessage } from '#lib';
+import assert from 'assert';
import { MessageEmbed } from 'discord.js';
import got from 'got';
+assert(got);
export default class ServerStatusCommand extends BushCommand {
public constructor() {