Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 686 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 686 Bytes

SATX-Bot

Discord bot for the Subtle Asian Texas Discord server.

Requirements

Python 3.9 or above must be installed.

Installation

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