badRyuk / GenBot

This is a simple gen bot made with discord.js. This works with discordjs v12. It uses a command handler making it is easier to edit parts of the bot. This only 2 package which is discord.js and dot env
MIT License
11 stars 24 forks source link

Error: Cannot find module 'common-tags' #1

Closed coogamer352757 closed 3 years ago

coogamer352757 commented 3 years ago

when i open terminal and type in node index.js it shows up as Error: Cannot find module 'common-tags' Require stack:

badRyuk commented 3 years ago

@coogamer352757 This error occurs if you have a missing module. Make sure you have discord.js and common-tags installed. Run npm install common-tags in the terminal Next just start the bot using node index.js.

The bot must work as expected now. If this helps you out please close the issue, if not, I'll try to help you out