1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00
Commit graph

56 commits

Author SHA1 Message Date
f87f8a0b39 Huge refactor 2024-08-29 04:48:14 -04:00
0b3c05ddc9 Add database and migrations from v2 2024-08-28 10:44:07 -04:00
1c9e89cb0e Clean up dir tree in preparation for v3 2024-08-28 04:58:40 -04:00
c27ba95c14 Optimize imports 2024-08-18 11:16:18 +02:00
0bdf2ea7c4 Fix an issue where guilds could have multiple modlog channels stored in the database. 2024-08-04 12:31:19 -04:00
baac81c302 Fix migrations to avoid conflicts and replacing values 2024-08-01 10:09:54 -04:00
cf8058c46e Small ruff fix 2024-08-01 09:53:46 -04:00
39559d54f1 Merge branch 'main' into moderation 2024-08-01 09:53:09 -04:00
82ffaf82d8 refactor: Update database.py to use pathlib for reading migration files among other changes 2024-07-19 17:26:49 -04:00
ead332847e chore: Add database migrations and docker-compose.dev.yml 2024-07-19 16:14:28 -04:00
f9af002244 refactor: Update case creation embed fields with dynamic values 2024-07-18 15:06:12 -04:00
b1200bc0ab First case implementation 2024-07-18 11:26:36 -04:00
42160683e3 refactor: Rename migration file and add stored procedure for inserting cases 2024-07-18 06:59:16 -04:00
71b765f815 refactor: Add mod_log and related tables to database schema 2024-07-17 12:37:40 -04:00
4488111b28 Sort all imports 2024-07-17 08:01:12 -04:00
10a45dd85c chore: Update pyproject.toml with python-dotenv and pyyaml dependencies 2024-07-16 15:53:42 -04:00
edc734b1fa Switch to poetry 2024-07-14 12:07:00 -04:00
26db690687 Refactor custom_reactions table column names for triggers and emojis 2024-07-11 09:30:28 -04:00
e9a7603a19 Refactor trigger column name in custom_reactions table 2024-07-10 22:11:12 +02:00
b8f707e8f8 Add reactions table and service 2024-07-10 21:03:20 +02:00
a3ff3c42d5 Rename migrations init 2024-07-09 13:55:02 +02:00
884833b535 Replace all logging 2024-06-21 21:58:42 +02:00
7185e734a7 Rename some things to make more sense 2024-06-20 12:56:07 +02:00
2d1490c0ae Rename to Lumi 2024-06-16 00:45:24 +02:00
543d9fbc47 Add the option to choose the booster image 2024-04-26 08:54:08 -04:00
fbb2349d5d Add boost data to db 2024-04-26 06:45:55 -04:00
f78a405dbb Set environment variables with Docker Compose 2024-04-13 17:38:01 +02:00
89b79e5a60 Use mariadb package instead of mysql.connector 2024-04-08 15:13:18 -04:00
56274a7bb0 Role Reward Fixes 2024-04-03 13:48:22 -04:00
88f9a37d33 Add table for level rewards 2024-04-03 10:01:43 -04:00
8cca12b29c Code clean-up 2024-03-29 13:17:51 -04:00
3e9995902f Remove sell command 2024-03-26 16:32:13 +01:00
9c363d73c4 Add award command and change Help command drastically. 2024-03-18 15:11:22 +01:00
777f006c9e Check for the prefix in the database (per guild) 2024-03-16 20:44:46 +01:00
2a86de5216 Start bridge commands 2024-03-16 15:05:40 +01:00
d563675c0c Integrate guild_id in XP service 2024-03-15 21:01:33 +01:00
831cba1918 Welcome messages global fix 2024-03-07 14:26:11 -05:00
108fbd74bf Small SQL fix 2024-03-07 13:06:58 -05:00
abb31fe6b4 Create DB table for user blacklists 2024-03-07 13:05:45 -05:00
e083dea9bb Change database tables 2024-03-03 19:53:43 +01:00
471a5b2d87 Huge renaming 2024-02-28 14:01:20 +01:00
aff58a781f Clear DB redundancy 2024-02-27 18:03:35 +01:00
2174d234b8 Add item list to DB init 2024-01-02 11:53:08 +01:00
3a061746a4 fix XP cooldowns with MariaDB 2023-10-23 17:35:40 +02:00
e38dd8abdb docker & mariadb init 2023-10-23 14:49:46 +02:00
8843a0b7d5 Add /birthday command 2023-07-31 11:16:04 -04:00
11c5d436b2 Merge remote-tracking branch 'origin/main' 2023-07-02 12:07:53 -04:00
c951fda694 Logger now updates two files 2023-07-02 09:50:21 -04:00
6b6bfae516 Add detailed logger 2023-07-02 08:20:16 -04:00
242804afbf Create /shop system 2023-07-02 07:30:47 -04:00