A Skeleton for discord.py
.
The purpose of this repo is to provide a good base for creating a bot in discord.py
.
A guide for the file structure is found in FILES.md.
Feel free to open an issue if you have any feature requests or find any bugs. Any help is welcome so we can provide a good experience to anyone using this codebase for their own projects.
created on 7/10/2024
Add yourself here if you've contributed
- JadenLabs - Lead Dev (@
roc.py
on Discord)
Prerequisites
- Git
- Python
- Pip
- Clone the repo
git clone https://github.com/JadenLabs/DisSkele.git
- Change directories
cd DisSkele
- Install dependencies
pip install -r requirements.txt
- Open example.env and put your bot's values in there, then rename it to
.env
or anything with the prefix.env
- Open config.toml and adjust it to your needs
- Run the bot
python main.py
usage: main.py [-h] [-e ENV] [-c CONFIG]
options:
-h, --help show this help message and exit
-e ENV, --env ENV The env file to use
-c CONFIG, --config CONFIG The config file to use