diff options
Diffstat (limited to 'src/commands/fun/minesweeper.ts')
-rw-r--r-- | src/commands/fun/minesweeper.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands/fun/minesweeper.ts b/src/commands/fun/minesweeper.ts index 5e0b452..6878c05 100644 --- a/src/commands/fun/minesweeper.ts +++ b/src/commands/fun/minesweeper.ts @@ -1,5 +1,7 @@ import { BushCommand, type ArgType, type BushMessage, type BushSlashMessage } from '#lib'; import { Minesweeper } from '@notenoughupdates/discord.js-minesweeper'; +import assert from 'assert'; +assert(Minesweeper); export default class MinesweeperCommand extends BushCommand { public constructor() { |