/CGD-Assistant

A discord bot that acts as an assistant for the CGD Staff Server for organizational tasks.

Primary LanguagePythonMIT LicenseMIT

CGD Assistant

Description

Bot for the CGD Staff Server to take care of creating events, recurring events, meeting timer, and many more.

Getting Started

To get started with this Discord bot, follow these steps:

Prerequisites

  • 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=...]

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/Concordia-Game-Development/CGD-Assistant
    
  2. Navigate to the project directory:

    cd CGD-Assistant
    
  3. Install the required requirements using pip:

    pip install -r requirements.txt