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

840 commits

Author SHA1 Message Date
ebd1f95eba Refactor boost module to use new configuration structure 2024-08-15 04:39:48 -04:00
bfabf64f7a Merge pull request #32 from wlinator/path-v2.8.10
Path v2.8.10
2024-08-14 07:40:01 -04:00
abdf68baf8 chore: up version 2024-08-14 07:36:52 -04:00
0cfcfb8b29 Lots of refactoring 2024-08-14 07:36:12 -04:00
bbec1a2622 Fix small issue 2024-08-14 07:05:03 -04:00
fba4b49ccf Up version 2024-08-14 06:52:09 -04:00
d0e0999dd2 Merge pull request #31 from wlinator/patch-v2.8.9
Refactor moderation module
2024-08-14 06:51:25 -04:00
f2224689ca Refactor moderation module 2024-08-14 06:51:07 -04:00
90b6e8b10b Merge pull request #30 from wlinator/renovate/pyright-1.x-lockfile
fix(deps): update dependency pyright to v1.1.376
2024-08-14 06:38:43 -04:00
1be8179399 Up version 2024-08-14 06:37:48 -04:00
5c9f1973e9 Merge pull request #29 from wlinator/patch-v2.8
Patch v2.8
2024-08-14 06:36:27 -04:00
a72509df8b Update help_service.py 2024-08-14 06:34:19 -04:00
747aa582bd chore: Update Luminara.py to handle blacklisted users properly 2024-08-14 06:30:52 -04:00
0ddff4591c fix(deps): update dependency pyright to v1.1.376 2024-08-14 09:46:59 +00:00
05561495ab Refactor birthday module 2024-08-14 05:44:39 -04:00
ccf2b1236b Sort strings.json alphabetically 2024-08-14 04:03:26 -04:00
055c64243c Refactor all admin command outputs 2024-08-14 04:02:47 -04:00
1baa0fa6c8 Refactor moderation module 2024-08-14 03:08:09 -04:00
070e669959 chore: Update moderation module to use discord.Member instead of discord.User 2024-08-14 03:01:18 -04:00
d63ad5531f Fix: Remove unnecesary variable in constants.py 2024-08-14 02:59:35 -04:00
ce4db6751a chore: Refactor birthday_service.py to simplify code 2024-08-14 02:58:49 -04:00
cfb8cec9ab Merge pull request #28 from wlinator/refactor
Refactoring
2024-08-12 06:32:28 -04:00
3a31661126 Update version to 2.8.7 for "Refactor: Pycord 2.6" update 2024-08-12 06:31:23 -04:00
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
b5fa452383 Update README.md 2024-08-08 06:57:20 -04:00
ed61203662 Merge pull request #25 from wlinator/renovate/pyright-1.x-lockfile
fix(deps): update dependency pyright to v1.1.375
2024-08-08 05:22:56 -04:00
b5651f3598 Merge pull request #26 from wlinator/moderation
Moderation: Softban
2024-08-08 05:22:30 -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
98f9e59e5f fix(deps): update dependency pyright to v1.1.375 2024-08-07 11:07:33 +00:00
721675e772 Merge pull request #24 from wlinator/moderation
chore: Remove outdated guide URLs and help messages
2024-08-06 06:31:06 -04:00
b256a13fd7 chore: Remove outdated guide URLs and help messages 2024-08-06 06:30:07 -04:00
bc0af82592 Merge pull request #23 from wlinator/moderation
Moderation: Kicks
2024-08-06 04:23:56 -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
f877d227db Merge pull request #22 from wlinator/moderation
chore: Update mod-log channel configuration and add info embed
2024-08-04 13:53:48 -04:00
4842c41b0a chore: Update mod-log channel configuration and add info embed 2024-08-04 13:39:06 -04:00
925ff05ef8 Merge pull request #21 from wlinator/moderation
Fix an issue where guilds could have multiple modlog channels stored
2024-08-04 12:32:08 -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
cef7724a10 Merge pull request #20 from wlinator/moderation
Moderation: Config
2024-08-03 14:57:41 -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