i0Z3R0 / ScrimResultDiscordBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeFactor Discord Python wakatime visitor badge

Features:

Colorful logging

Asynchronous sqlite database

And to top it all off, it also doubles as a great slash command bot template!

Installation

git clone --recursive https://github.com/timmypidashev/pycord-bot-template
  • Run configure.sh to install the necessary dependencies:
cd pycord-bot-template
chmod +x configure.sh
./configure.sh
  • Rename the .env_example to .env
mv .env_example .env
  • Change the environment variables as instructed in the .env file.

  • Run the bot:

clear; python3 client.py

Thats it! If you like what you see, then consider joining my discord server :)

About

License:MIT License


Languages

Language:Python 94.8%Language:Shell 5.2%