Bot that handles welcome messages and does utility stuff
Go to file
2024-12-16 22:08:22 +02:00
classes Improved type-hinting and overall sanity checks implemented. 2024-12-16 20:34:37 +01:00
cogs Changed scheduler declaration 2024-12-16 20:59:10 +01:00
enums Improved type-hinting and overall sanity checks implemented. 2024-12-16 20:34:37 +01:00
errors Improved type-hinting and overall sanity checks implemented. 2024-12-16 20:34:37 +01:00
locale Closes #2 2024-06-23 12:05:03 +02:00
modules Changed scheduler declaration 2024-12-16 20:59:10 +01:00
validation WIP: Analytics validation 2023-05-08 19:27:33 +02:00
.gitignore Added tmp to ignore 2023-05-06 17:51:27 +02:00
.renovaterc Initial commit 2023-05-02 15:46:15 +02:00
config_example.json Closes #2 2024-06-23 12:05:03 +02:00
LICENSE Initial commit 2023-05-01 15:59:20 +03:00
main.py Changed scheduler declaration 2024-12-16 20:59:10 +01:00
README.md Clarified a few points about the configuration 2024-12-15 23:45:57 +02:00
requirements.txt Added indirect dependencies for WaifuPicsPython 2024-12-16 21:04:47 +01:00

HoloBot Discord

Small Discord bot made on Py-Cord

License: GPL Code style: black

Installation

  1. Install MongoDB using the official installation manual.
  2. git clone https://git.end-play.xyz/HoloUA/Discord.git
  3. cd Discord
  4. Install Python 3.9+ (at least 3.11 is recommended) for your OS
  5. python3 -m pip install -r requirements.txt
  6. 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 :)