Skip to content

Latest commit

 

History

History
77 lines (48 loc) · 1.27 KB

README.md

File metadata and controls

77 lines (48 loc) · 1.27 KB

discord_bot

This project is an open-source initiative aimed at providing fundamental management and entertainment functionalities.

Table of Contents

Functionalities

Key functionaltiies

  • Clear messages.
  • Kick & ban members.
  • Split & move team members to their corresponding team voice channel.

Installation

Pre-requirements: python 3.10 isntalled

  1. First, clone the repository:

    a. Using https:

    git clone https://github.com/Tiny-Clowns/discord_bot.git

    Or

    b. Using ssh:

    git clone [email protected]:Tiny-Clowns/discord_bot.git
  2. Navigate into the project directory:

    cd discord_bot
  3. Install dependecies using terminal

    pip install -r requirements.txt

Local run

  1. Put your discord developer token into the token.txt

  2. Run program using terminal

    python main.py

Build docker image

Example coming soon

Deploy on minikube

Example coming soon

Future Roadmap

  • Play audio
  • Create poll
  • And more!