This bot implements a basic version of the ghost word game on discord. https://en.wikipedia.org/wiki/Ghost_(game)
"dependencies": {
"axios": "^1.3.4",
"discord.js": "^13.4.0",
"dotenv": "^16.0.3"
}
Clone the project
git clone https://github.com/andrewn9/endbee-bot
Go to the project directory
cd endbee-bot
Install dependencies
npm install
Start the server
node index.js
To run this project, you will need to add the following environment variables to your .env file
TOKEN