Hello and thanks for checking out Killua's source code! I have been working on Killua for months and I learned Python by programming him. He is frequently updated with a team of 4 developers, each doing their part.
Website: https://killua.dev
Invite Killua to your guild here
Feel free to add issues or PRs, I would really appreciate it
requirements.txt
contains the libraries you'll need and probably a few more, I was just too lazy to delete the ones I don't use. To install the libraries use pip3 install -r requirements.txt
You will need a mongodb account. Why do I use mongodb and not sql? In my opinion mongo is easier to use and you can manually add and remove data
You will need the following mongodb structure where #
resembles a database and -
collections:
#Killua
-teams
-guilds
#general
-blacklist
-presence
-todo
-updates
-shop
You will need to insert initial data in shop, presence and updates
Note: you will have to create a mongodb account here
You will also need a file named config.json
having the layout like this:
{
"token": "your_bots_token",
"mongodb": "your_mongodb_connection_details",
"pxlapi": "your_pxlapi_api_key",
"dbl": "your_dbl_bot_token"
}
If you don't like me using one of your images for the hug or pat command, please contact me on discord Kile#0606
or on killua.bot.help@gmail.com
If you have any further questions, join my discord server or dm me!