1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00
Mirror of the Github repository https://github.com/wlinator/luminara
Find a file
2024-01-02 13:11:52 +01:00
config Add /uptime command 2023-10-28 15:08:53 +02:00
data /leaderboard v2 2023-10-27 15:18:59 +02:00
db Add item list to DB init 2024-01-02 11:53:08 +01:00
handlers Add support for new level roles 2024-01-02 11:14:32 +01:00
modules Remove bet limit on slots & blackjack 2024-01-02 11:19:59 +01:00
sb_tools Fix MariaDB syntax issue with item rewards. 2023-10-24 19:04:54 +02:00
utils Change /daily error output 2023-10-18 16:00:28 +02:00
.env.template docker & mariadb init 2023-10-23 14:49:46 +02:00
.gitignore docker & mariadb init 2023-10-23 14:49:46 +02:00
docker-compose.yml /leaderboard v2 2023-10-27 15:18:59 +02:00
Dockerfile automatic mariadb backups 2023-10-23 18:12:23 +02:00
LICENSE init - clone from personal Git 2023-06-19 10:20:17 -04:00
main.py Permanently fix default avatar error 2024-01-02 13:11:52 +01:00
README.md fix XP cooldowns with MariaDB 2023-10-23 17:35:40 +02:00
requirements.txt docker & mariadb init 2023-10-23 14:49:46 +02:00

This branch uses Docker and MariaDB to run Racu. It has the exact same functionality within Discord. There is an ".env.template" file, please copy it to .env and fill out the details if you want to host Racu yourself.

Beware that this branch is much more complicated than the main branch with sqlite3 & PM2, however it is more suitable if you plan to host Racu on a major scale with thousands or millions of Discord servers.