Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`