Discord bot for Eddie Jaoude's Discord server
- node v10+ installed
- discord token. To get one follow these instructions
- general channel ID of your discord server, read the instructions on one of these links to get yours:
- [optional] GCP account to deploy to (using GitHub Actions)
- Clone the project or your fork (if you plan to make changes use your fork)
- Install dependencies by running the command
npm install
DISCORD_TOKEN=<GET YOUR DISCORD TOKEN> GENERAL_CHANNEL_ID=<GET YOUR GENERAL CHANNEL ID> npm run start:local
set DISCORD_TOKEN=<GET YOUR DISCORD TOKEN>
set GENERAL_CHANNEL_ID=<GET YOUR GENERAL CHANNEL ID>
npm run start:local