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

81 commits

Author SHA1 Message Date
39559d54f1 Merge branch 'main' into moderation 2024-08-01 09:53:09 -04:00
e0206a7b89 chore: Change to python slim-bookworm 2024-07-20 07:40:43 -04:00
cfd3f40d29 refactor: Update edit_case method to allow editing case details 2024-07-18 16:34:17 -04:00
f9af002244 refactor: Update case creation embed fields with dynamic values 2024-07-18 15:06:12 -04:00
8823e9eb2a refactor: Add error message for case not found 2024-07-18 12:24:57 -04:00
b1200bc0ab First case implementation 2024-07-18 11:26:36 -04:00
e4048e0648 refactor: Add ModLogService for managing moderation log channels 2024-07-18 07:21:44 -04:00
42160683e3 refactor: Rename migration file and add stored procedure for inserting cases 2024-07-18 06:59:16 -04:00
4488111b28 Sort all imports 2024-07-17 08:01:12 -04:00
c1ac1c172c Refactor JSON and YAML file handling for improved readability and performance 2024-07-17 07:55:54 -04:00
67c423fc7e Refactor: Code cleanup and consistency 2024-07-17 07:47:26 -04:00
e9bb5814fa refactor: Improve embed formatting on .daily 2024-07-17 07:26:53 -04:00
10a45dd85c chore: Update pyproject.toml with python-dotenv and pyyaml dependencies 2024-07-16 15:53:42 -04:00
dd3ae5dfd5 refactor: Improve error embed formatting 2024-07-15 10:01:30 -04:00
edc734b1fa Switch to poetry 2024-07-14 12:07:00 -04:00
7f798c779a Add delete and list custom reaction command 2024-07-11 13:34:08 -04:00
4ffcf473ae Add and remove custom reactions with commands 2024-07-11 12:47:46 -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
7e2a5c18a6 Add .blacklist command. 2024-07-08 21:50:07 +02:00
b61ca2d606 Fix documentation 2024-07-07 16:36:48 +02:00
30d000924b Rewrite XP handling 2024-07-07 16:31:51 +02:00
884833b535 Replace all logging 2024-06-21 21:58:42 +02:00
4cea4eb426 Cleanup 2024-06-20 19:48:49 +02:00
f8f663985c Fix file naming consistency 2024-06-20 12:34:03 +02:00
f7e37af9ca Add .deletebirthday command 2024-06-19 21:07:49 +02:00
b68dcf8cf4 Add xkcd commands 2024-06-16 20:33:01 +02:00
c2e8bcd434 Change env vars to new name 2024-06-16 01:27:15 +02:00
2d1490c0ae Rename to Lumi 2024-06-16 00:45:24 +02:00
99a3935d9f Change output of help command 2024-05-02 06:08:26 -04:00
543d9fbc47 Add the option to choose the booster image 2024-04-26 08:54:08 -04:00
6bed766b68 Add boost info to GuildConfig 2024-04-26 06:52:04 -04:00
f78a405dbb Set environment variables with Docker Compose 2024-04-13 17:38:01 +02:00
a5e2af5403 Add wiki cmdlist to help output 2024-04-12 13:42:40 +02:00
c04b82b92f Hide .help in the help command 2024-04-12 12:51:52 +02:00
544598f5fb Add /help which leads the user to .help 2024-04-12 02:31:31 +02:00
e1c0a5f595 Format code 2024-04-05 08:06:44 -04:00
a63e05cb73 Fix reference in inventory 2024-04-05 08:05:59 -04:00
524c3251d5 Move logging to services 2024-04-05 08:05:45 -04:00
7c2198a28c Format code 2024-04-04 16:41:42 -04:00
40bff1a5b1 Rework XP handling to be more consistent 2024-04-04 16:40:59 -04:00
d050204c70 Remove logs in xp_service 2024-04-04 13:38:37 +02:00
e8a6db0559 Limit XP rewards per guild to 25 2024-04-04 13:09:11 +02:00
8d6a3ff2c3 Optimize code and place XpRewardService in XpService file 2024-04-04 13:03:51 +02:00
63ae505d6b Add functions to add and remove a reward from a guild 2024-04-03 12:47:05 -04:00
248af15fc9 Implement in XpHandler 2024-04-03 12:06:03 -04:00
5babf005fb Add class to handle level rewards 2024-04-03 10:51:58 -04:00
b7fc02f106 Add metadata title and version to logs on_ready() 2024-03-29 13:36:59 -04:00
8cca12b29c Code clean-up 2024-03-29 13:17:51 -04:00