jozsefsallai / discord.js-minesweeper

Generate Minesweeper mine fields using Discord's spoiler tags.
MIT License
16 stars 4 forks source link

Cannot find module "node:events" #16

Closed MineJulRBX closed 2 years ago

MineJulRBX commented 2 years ago

image

jozsefsallai commented 2 years ago

I am going to assume you're using discord.js v13, which requires you to use Node.js v16. Either downgrading your discord.js or upgrading your Node.js should fix the issue. This problem is not related to discord.js-minesweeper.