Bot that handles welcome messages and does utility stuff
Go to file
2024-12-15 23:36:48 +01:00
classes Working on #13 2024-12-15 23:36:48 +01:00
cogs Working on #13 2024-12-15 23:36:48 +01:00
enums WIP: Custom channels 2023-05-04 16:09:47 +02:00
locale Closes #2 2024-06-23 12:05:03 +02:00
modules Working on #13 2024-12-15 23:36:48 +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 Working on #13 2024-12-15 23:36:48 +01:00
README.md Clarified a few points about the configuration 2024-12-15 23:45:57 +02:00
requirements.txt Update dependency apscheduler to v3.11.0 2024-11-24 21:54:59 +02: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 :)