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

95 commits

Author SHA1 Message Date
d85619b671 refactor: Improve error logging in xp handler 2024-09-01 12:19:23 -04:00
accb226a65 refactor: Update error logging to use guild ID instead of guild name 2024-09-01 10:04:39 -04:00
104aab3681 feat: Fix birthday check handling 2024-09-01 08:02:55 -04:00
88777b6eb2 feat: Add reaction handler for processing reactions to messages 2024-08-30 07:28:17 -04:00
ddffe1ed8f feat: Add event handlers for member join, update, and command completion 2024-08-30 07:21:37 -04:00
wlinator
c8f84866dc feat: Update error messages and exceptions 2024-08-30 06:24:02 -04:00
dafaff56bd Add xp handler 2024-08-29 14:02:39 -04:00
wlinator
79d64f793c Changes to NotOwner error handling 2024-08-29 09:34:18 -04:00
f87f8a0b39 Huge refactor 2024-08-29 04:48:14 -04:00
7fd1b6657d Refactor embed_builder to not require ctx 2024-08-28 09:53:21 -04:00
24b84c11f2 Working error handler and xkcd commands 2024-08-28 08:59:54 -04:00
1c9e89cb0e Clean up dir tree in preparation for v3 2024-08-28 04:58:40 -04:00
da7e142309 Optimize code and imports 2024-08-22 14:42:11 +02:00
72e48cea63 Optimize code 2024-08-18 11:18:20 +02:00
c27ba95c14 Optimize imports 2024-08-18 11:16:18 +02:00
b62d8d5d1b Merge branch 'main' of github.com:wlinator/luminara into patch-v2.8.11 2024-08-15 06:25:37 -04:00
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
0cfcfb8b29 Lots of refactoring 2024-08-14 07:36:12 -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