Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn9/endbee-bot
discord.js implementation of endbee/ghost game
https://github.com/andrewn9/endbee-bot
discord-bot discord-js nodejs
Last synced: 5 days ago
JSON representation
discord.js implementation of endbee/ghost game
- Host: GitHub
- URL: https://github.com/andrewn9/endbee-bot
- Owner: andrewn9
- Created: 2023-03-05T20:59:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T00:34:37.000Z (12 months ago)
- Last Synced: 2024-11-10T22:39:13.420Z (2 months ago)
- Topics: discord-bot, discord-js, nodejs
- Language: JavaScript
- Homepage: https://en.wikipedia.org/wiki/Ghost_(game)
- Size: 2.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# endbee
This bot implements a basic version of the ghost word game on discord. https://en.wikipedia.org/wiki/Ghost_(game)
## Dependencies
```bash
"dependencies": {
"axios": "^1.3.4",
"discord.js": "^13.4.0",
"dotenv": "^16.0.3"
}
```## Run Locally
Clone the project
```bash
git clone https://github.com/andrewn9/endbee-bot
```Go to the project directory
```bash
cd endbee-bot
```Install dependencies
```bash
npm install
```Start the server
```bash
node index.js
```## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`TOKEN`