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

647 commits

Author SHA1 Message Date
d1aab80374 chore: Update prefix retrieval logic to handle guild and bot DM contexts 2024-08-12 06:27:52 -04:00
cf218c4e4d Upgrade to Pycord 2.6 2024-08-12 04:21:53 -04:00
9d3f4df03f Allow mentions as a prefix and add sync command 2024-08-12 03:35:37 -04:00
b28c809d8f chore: Add bot permissions check to timeout and untimeout commands 2024-08-08 05:21:27 -04:00
99cc4cbea9 Update version to 2.8.6 for "Moderation: Softban" update 2024-08-08 05:18:41 -04:00
981d3b0373 feat: Add delete_message_seconds parameter to ban_user function 2024-08-08 05:17:07 -04:00
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
828a0c3ae5 Update version to 2.8.5 for "Moderation: Kicks" update 2024-08-06 04:21:18 -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
0bdf2ea7c4 Fix an issue where guilds could have multiple modlog channels stored in the database. 2024-08-04 12:31:19 -04:00
badf66239e chore: Update version to 2.8.4 for "Moderation: Config" update 2024-08-03 14:56:35 -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
e3bd957609 chore: Sort JSON strings alphabetically 2024-08-03 04:11:37 -04:00
1bbce5503e chore: Update version to 2.8.3 for "Moderation: Timeouts" update 2024-08-03 04:06:07 -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
9b43865310 Merge branch 'main' into moderation 2024-08-02 05:55:43 -04:00
95df11b383 chore: remove commented code 2024-08-02 05:54:39 -04:00
e7a891866c chore: Refactor actionable function to use async/await for better performance 2024-08-02 05:53:34 -04:00
4e9a6e450f chore: Update version to 2.8.2 for "Moderation: Warns" update 2024-08-02 05:50:27 -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
a2733db532 feat: Add warn command for user moderation 2024-08-02 05:25:10 -04:00
ce39a0b625 Update version 2024-08-01 10:33:57 -04:00
1f7b88b04c Merge pull request #1 from wlinator/moderation
Moderation
2024-08-01 10:27:49 -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
52f36686e4 Updates 2024-08-01 09:52:29 -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
ff29947714 Merge pull request #13 from wlinator/renovate/pre-commit-3.x-lockfile
fix(deps): update dependency pre-commit to v3.8.0
2024-08-01 09:14:55 -04:00
7610fd7c04 Merge pull request #12 from wlinator/renovate/pyright-1.x-lockfile
fix(deps): update dependency pyright to v1.1.374
2024-08-01 09:14:33 -04:00
f210d80127 Merge pull request #11 from wlinator/renovate/ruff-0.x-lockfile
fix(deps): update dependency ruff to v0.5.5
2024-08-01 09:14:20 -04:00
630bf96526 fix(deps): update dependency pyright to v1.1.374 2024-07-31 09:26:07 +00:00
f3a762b6d7 fix(deps): update dependency pre-commit to v3.8.0 2024-07-28 20:06:44 +00:00