The official EddieBot for the official Discord server. Join us at Discord today!
- Uses a powerful API built by the EddieHub community.
- Checking all people's messages for inclusive language.
Copy .env.example
to .env
and add your private information
Note: never commit this file, it should be ignored by Git
DISCORD_TOKEN="<your-token>"
DISCORD_PREFIX="!"
API_URL=
API_TOKEN=
Note: to perform some of the reading/writing from the DB you will need the API project EddieHubCommunity/api
$ git clone [email protected]:EddieHubCommunity/EddieBot.git
$ gh repo clone EddieHubCommunity/EddieBot
$ git clone https://github.com/EddieHubCommunity/EddieBot.git
$ cd EddieBot
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
EddieBot is an MIT-licensed open source project. It can grow thanks to the contributors and the community members. If you'd like to join them, feel free to make a pull request and we'll review it.
Stuck? Have any questions or comments? Join us on Discord and ask for help.
The EddieBot is licensed under the MIT license.