Uncover the potential of your server with music, logs, moderation and more.
  • Python 98.7%
  • Shell 1.2%
Find a file
2025-10-31 11:22:49 +04:00
cogs Chore: Ruff linter autofix 2025-10-31 11:22:49 +04:00
logs Create logs 2024-03-17 20:53:16 +04:00
bot.py Chore: Ruff linter autofix 2025-10-31 11:22:49 +04:00
config.py Chore: Ruff linter autofix 2025-10-31 11:22:49 +04:00
db.py Chore: Ruff linter autofix 2025-10-31 11:22:49 +04:00
Dockerfile Способ запуска через Docker 2024-03-20 14:26:06 +03:00
LICENSE Update LICENSE 2025-01-09 11:07:42 +03:00
pyproject.toml Chore: Setup UV 2025-10-31 11:21:27 +04:00
README.md Update link 2024-12-23 15:44:38 +03:00
requirements.txt Update requirements 2024-05-15 10:20:28 +03:00
start.sh Global edit start.sh 2024-03-21 13:51:12 +04:00


 ✨ Lumix
Lumix

The ultimate Discord bot for expanding your server's capabilities

disnake.py Python LICENSE MIT Discord server

Description

Uncover the potential of your server with music, logs, moderation and more.

🌟 Meet Lumix — your secure companion with the magic of multifunctional commands and exciting tricks! Multi-language support: English, Russian and Ukrainian.

Open the world of music with the ability to play tracks from such sources as Spotify / SoundCloud / Yandex Music / BandCamp and also manage your music queue through a convenient control panel.

Configure self-assignment of roles when users log in to the server!

Interact with participants through commands such as hugs and kisses!

Provide server security through moderation commands!

Keep detailed logs of server members!

Search for adult pictures on Rule34!

Set up private rooms with a user-friendly control panel.

🌟 This is just a part of the functionality that will be added over time.

🔑 Installation

Linux (Supported: Arch-Based, Fedora-Based and Debian-Based distributions)

git clone https://github.com/Malix-Floof/Lumix
cd Lumix
chmod +x ./start.sh
./start.sh

Windows

git clone https://github.com/Malix-Floof/Lumix
cd Lumix
pip install -r requirements.txt

Docker

git clone https://github.com/Malix-Floof/Lumix
cd Lumix
docker build -t lumix .

🛠 Configuration

Fill out the config.py file with the necessary parameters and settings.


🚀 Running

Linux

./start.sh

Windows

python bot.py

Docker

docker run lumix