Bot for the CGD Staff Server to take care of creating events, recurring events, meeting timer, and many more.
To get started with this Discord bot, follow these steps:
- Python 3.x installed on your system
- Git installed on your system
- FFmpeg installed on your system: follow the install instructions here (for Windows): https://www.wikihow.com/Install-FFmpeg-on-Windows
- Create a .env file in the root folder of the project with the discord token: [DISCORD_TOKEN=...]
-
Clone the repository to your local machine:
git clone https://github.com/Concordia-Game-Development/CGD-Assistant
-
Navigate to the project directory:
cd CGD-Assistant -
Install the required requirements using pip:
pip install -r requirements.txt