Discord bot for the Subtle Asian Texas Discord server.
Python 3.9 or above must be installed.
- Clone this repository (either to your PC or a host).
- The environment variables need to be configured for your local environment with your secret discord bot token.
- Create a new copy of the
SECRET_EXAMPLE.yaml
file and rename it toSECRET.yaml
in the root directory. - Fill in each one of the environment variables in your new
SECRET.yaml
file.
- Create a new copy of the
- Ensure that Python 3.9 is installed and then call
pip install -r requirements.txt
to install all dependencies are installed. - Run the main.py script to initialize the bot.