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

284 commits

Author SHA1 Message Date
8fc29d6e36 Add softban command to moderation module 2024-08-08 05:16:32 -04:00
b256a13fd7 chore: Remove outdated guide URLs and help messages 2024-08-06 06:30:07 -04:00
785d4ce10e chore: Add kick command to moderation module 2024-08-06 04:15:29 -04:00
b511b6900f Refactor help command outputs 2024-08-05 05:53:34 -04:00
94d7320e25 chore: Refactor code to remove unused NotAllowedInChannel exception and associated checks 2024-08-05 05:27:25 -04:00
4842c41b0a chore: Update mod-log channel configuration and add info embed 2024-08-04 13:39:06 -04:00
33ef6732ca chore: Update image URL validation in boost module configuration commands 2024-08-03 14:55:18 -04:00
b68a8f1177 chore: Update module configuration commands and imports 2024-08-03 14:50:01 -04:00
882fe41b8e chore: Add prefix configuration commands 2024-08-03 14:47:32 -04:00
0e962c8140 chore: Add moderation module configuration commands 2024-08-03 14:41:23 -04:00
c94f7d0d5a chore: Update error messages for invalid image URLs 2024-08-03 14:33:10 -04:00
9a08d346c5 chore: Update birthday, welcome, boost, and level module configuration commands 2024-08-03 14:27:42 -04:00
23d59175e1 chore: Update welcome template and boost module configuration commands 2024-08-03 14:24:55 -04:00
d5c8d56341 chore: Add birthday module configuration commands 2024-08-03 13:51:44 -04:00
50da9fcf24 chore: Add birthday module configuration commands 2024-08-03 13:33:01 -04:00
c009fd5412 chore: Update config show command to display server configuration options 2024-08-03 13:08:53 -04:00
86bac2535b chore: Update case embed to include duration for timed actions 2024-08-03 04:03:52 -04:00
a794047ef3 chore: Update timeout.py to handle exceptions in untimeout_user function 2024-08-03 03:53:13 -04:00
8d4c536846 chore: Add timeout and untimeout commands for user moderation 2024-08-03 03:51:34 -04:00
e7a891866c chore: Refactor actionable function to use async/await for better performance 2024-08-02 05:53:34 -04:00
54449e0af2 chore: Refactor actionable function to use LumiException for error handling 2024-08-02 05:45:47 -04:00
a2733db532 feat: Add warn command for user moderation 2024-08-02 05:25:10 -04:00
39559d54f1 Merge branch 'main' into moderation 2024-08-01 09:53:09 -04:00
90ae4761c1 Merge branch 'moderation' of https://github.com/wlinator/luminara into moderation 2024-08-01 09:36:20 -04:00
6ec3bb0762 Improve code 2024-08-01 09:26:57 -04:00
e27037325e Change metadata to consts 2024-07-19 15:23:45 -04:00
572274b6a0 refactor: Apply sourcery tips 2024-07-19 14:18:44 -04:00
50e11e7188 Edit case modlog on '.ec' 2024-07-19 08:16:09 -04:00
01daba06a1 refactor: Update create_case function to include modlog channel logging 2024-07-19 08:03:35 -04:00
24a2f124e5 refactor: Make timestamp an optional parameter 2024-07-19 08:00:19 -04:00
9622e5a0ff refactor: Update case creation embed fields with dynamic values 2024-07-19 07:58:57 -04:00
17b4816fe9 refactor: Update case creation embed fields with dynamic values 2024-07-18 16:32:07 -04:00
5b016f9142 refactor: Update moderator_cases_command to view all cases by a specific moderator 2024-07-18 16:02:48 -04:00
1921befb8a refactor: Update paginator initialization in view_all_cases_in_guild 2024-07-18 15:55:46 -04:00
1ff45076bf refactor: Update case creation embed fields with dynamic values 2024-07-18 15:31:08 -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
509304ae28 refactor moderation commands 2024-07-18 12:14:26 -04:00
47fc88cc86 feat: Update case creation embed fields with dynamic values 2024-07-18 11:59:40 -04:00
b1200bc0ab First case implementation 2024-07-18 11:26:36 -04:00
4488111b28 Sort all imports 2024-07-17 08:01:12 -04:00
67c423fc7e Refactor: Code cleanup and consistency 2024-07-17 07:47:26 -04:00
6d85960fca Refactor interaction.py and config/__init__.py for code cleanup and consistency 2024-07-17 07:37:40 -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
3401566ebf chore: Update help command to use Lumi's prefix for getting help 2024-07-14 14:20:29 -04:00
4068b0200f Refactor Levels cog to use type hints in __init__ method 2024-07-14 13:58:57 -04:00
dd2dc117bf Refactor code to add JuicyBblue art assets 2024-07-14 13:57:48 -04:00
96a6100444 Refactor rank command to remove unnecessary mention in response 2024-07-14 13:31:04 -04:00
ee95e8be5e Refactor leaderboard command to use EmbedBuilder for consistent styling 2024-07-14 13:06:49 -04:00