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

78 commits

Author SHA1 Message Date
c1e2413869 Refactor greet module to use new configuration structure 2024-08-15 04:47:42 -04:00
ebd1f95eba Refactor boost module to use new configuration structure 2024-08-15 04:39:48 -04:00
747aa582bd chore: Update Luminara.py to handle blacklisted users properly 2024-08-14 06:30:52 -04:00
9d3f4df03f Allow mentions as a prefix and add sync command 2024-08-12 03:35:37 -04:00
94d7320e25 chore: Refactor code to remove unused NotAllowedInChannel exception and associated checks 2024-08-05 05:27:25 -04:00
95df11b383 chore: remove commented code 2024-08-02 05:54:39 -04:00
c2c0f7e49e chore: Update error handling to use logger.warning instead of logger.exception 2024-08-02 05:46:09 -04:00
54449e0af2 chore: Refactor actionable function to use LumiException for error handling 2024-08-02 05:45:47 -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
dd3ae5dfd5 refactor: Improve error embed formatting 2024-07-15 10:01:30 -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
43466b86fb Refactor code for emoji conversion and reaction handling 2024-07-10 20:11: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
8e40c6efe3 Switch to loguru for logging 2024-06-20 20:57:45 +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
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
83857fef20 Add booster listener event 2024-04-26 07:30:44 -04:00
94e1a7c288 First boost test push 2024-04-26 07:13:58 -04:00
b6a5277f54 Add issue comment to error handling (wontfix for now) 2024-04-12 02:44:28 +02:00
57d17c96db Still log a failed channel check on prefix commands 2024-04-12 02:42:46 +02:00
e2ba85690a Change the handling of channel check failure 2024-04-12 02:41:38 +02:00
e1c0a5f595 Format code 2024-04-05 08:06:44 -04:00
524c3251d5 Move logging to services 2024-04-05 08:05:45 -04:00
b15fc98259 Rework client handlers 2024-04-05 08:05:36 -04:00
40bff1a5b1 Rework XP handling to be more consistent 2024-04-04 16:40:59 -04:00
8d6a3ff2c3 Optimize code and place XpRewardService in XpService file 2024-04-04 13:03:51 +02:00
56274a7bb0 Role Reward Fixes 2024-04-03 13:48:22 -04:00
f907aa50fd Change reason 2024-04-03 12:08:07 -04:00
248af15fc9 Implement in XpHandler 2024-04-03 12:06:03 -04:00
8cca12b29c Code clean-up 2024-03-29 13:17:51 -04:00
243bad0e53 Improve Error Handling 2024-03-29 07:14:41 -04:00
14c292d6c7 Add ban command 2024-03-28 10:32:12 -04:00
8fb1ee2590 Remove ItemHandler 2024-03-26 16:29:55 +01:00
106d3f1d50 Rework checks and Help outputs 2024-03-25 21:18:33 +01:00
e5d095138a Add streak icon and rework JSON caching 2024-03-25 13:46:55 +01:00
effa179e2b Add guild in XP logging 2024-03-24 18:28:57 +01:00
307d138fb8 Set console logging level to INFO 2024-03-20 18:15:21 +01:00
311ac30fcd Implement guild config in XP 2024-03-20 18:15:10 +01:00
a31c18984d Remove custom level message on Role Reward 2024-03-20 16:47:07 +01:00
c2627ee364 Move owner check to commands.is_owner() 2024-03-19 15:32:01 +01:00
c6a786e3c4 Fix errors 2024-03-19 10:35:26 +01:00
8a3c78232f Create ErrorHandler to handle both prefix and slash errors 2024-03-19 08:46:52 +01:00