Skip to content

andrewn9/endbee-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

endbee

This bot implements a basic version of the ghost word game on discord. https://en.wikipedia.org/wiki/Ghost_(game)

Dependencies

  "dependencies": {
    "axios": "^1.3.4",
    "discord.js": "^13.4.0",
    "dotenv": "^16.0.3"
  }

Run Locally

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

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

TOKEN

About

discord.js implementation of endbee/ghost game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published