2024-12-17 22:14:06 +01:00
2024-12-17 22:14:06 +01:00
2024-06-23 12:05:03 +02:00
2024-12-17 22:14:06 +01:00
2023-05-08 19:27:33 +02:00
2023-05-06 17:51:27 +02:00
2023-05-02 15:46:15 +02:00
2024-06-23 12:05:03 +02:00
2023-05-01 15:59:20 +03:00
2024-12-17 22:14:06 +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 :)

Description
Bot that handles welcome messages and does utility stuff
Readme 378 KiB
v0.3.0 Latest
2025-02-16 18:47:30 +02:00
Languages
Python 98.8%
Dockerfile 1.2%