BigRoomBot for the BigRoom Discord server.
In order to connect to Discord your bot will need an auth token. You can create one from the Discord Developer Portal. Once you've created an application, head to the "Bot" tab and click "Copy" to copy your token.
You'll need to assign this token as an environment variable called AUTH_TOKEN
in order for your bot to connect to Discord. You can do this via a file called .env
. See the .env.example
file for an example of what this should look like
This repository comes with an included GitHub Actions workflow to deploy this bot to AWS (Elastic Beanstalk 😇).
To use this workflow you'll need to set the following secrets within GitHub:
- AWS_ACCESS_KEY
- AWS_SECRET_KEY
- AWS_REGION
- BEANSTALK_APP_NAME
- BEANSTALK_ENV_NAME
- DISCORD_AUTH_TOKEN