Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 808 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 808 Bytes

DCTbot

Discord Bot with multiple features for a community server related to comicbooks.

Prerequisites

Stack Version
Python 3.8+

If you don't have pip, you have to install it with this command line (on Linux):

sudo apt install python-pip

Then, use the following command line to install some needed libs:

pip install -r requirements.txt

Launch

Launch the bot from the project root. If you have several version of Python, you must use python3 or python3.X

python /path/to/dctbot/bot.py

example

A screenshot from the embed help command.

example2