Bot that handles welcome messages and does utility stuff
|
||
---|---|---|
classes | ||
cogs | ||
enums | ||
errors | ||
locale | ||
modules | ||
validation | ||
.gitignore | ||
.renovaterc | ||
config_example.json | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
HoloBot Discord
Small Discord bot made on Py-Cord
Installation
- Install MongoDB using the official installation manual.
git clone https://git.end-play.xyz/HoloUA/Discord.git
cd Discord
- Install Python 3.9+ (at least 3.11 is recommended) for your OS
python3 -m pip install -r requirements.txt
- Run it with
python3 main.py
after configuring
Configuration
There's a file config_example.json
which contains default configuration
and should be used as a base config.
Copy this file to config.json
and open it with any text editor of your liking.
Modify the newly created configuration file to fit your needs.
Mandatory keys to modify:
- guild
- bot.owner
- bot.bot_token
- database.*
- categories.*
- channels.*
- roles.*
After all of that you're good to go! Happy using :)