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

845 commits

Author SHA1 Message Date
e3fa5d47b9 refactor: Add --watch flag to docker-compose.dev.yml for hot reloading during development 2024-09-02 16:32:42 -04:00
c040ea7d22 refactor: Update Dockerfile and docker-compose.dev.yml for development environment 2024-09-02 16:31:25 -04:00
f73e7882de refactor: Update README 2024-09-02 06:37:50 -04:00
f666f22995 chore: Improvements 2024-09-02 06:36:36 -04:00
d7ad1c2585 refactor: Add volume mapping for settings.yaml in production docker-compose file 2024-09-02 06:27:49 -04:00
ba1825cd11 refactor: Change default intro IDs 2024-09-02 06:26:31 -04:00
e5c4714444
Merge pull request #43 from wlinator/renovate/aioconsole-0.x
fix(deps): update dependency aioconsole to ^0.8.0
2024-09-02 06:12:15 -04:00
8f8d973be7
Merge pull request #44 from wlinator/v3
refactor: Update docker-compose file for production use
2024-09-02 05:54:39 -04:00
df7c7f9f71 refactor: Update docker-compose file for production use 2024-09-02 05:53:44 -04:00
renovate[bot]
c6c8bf6a1d
fix(deps): update dependency aioconsole to ^0.8.0 2024-09-02 09:49:40 +00:00
14111b15e0
Merge pull request #41 from wlinator/v3
[v3] Rewrite entire codebase to port to discord.py
2024-09-02 05:48:08 -04:00
bfe718b50a feat: Add fully functional help command 2024-09-02 04:16:43 -04:00
c9688ed0e0 refactor: Hide name in description for blackjack game embeds 2024-09-02 03:02:14 -04:00
5b9c51ce56 Change some aliases 2024-09-02 03:01:42 -04:00
e78707c83c refactor: Add production docker-compose file for v3 2024-09-02 02:52:36 -04:00
506911242e Update README for v3 2024-09-02 02:51:43 -04:00
8217a57610 refactor: Simplify OWNER_IDS parsing 2024-09-02 02:49:53 -04:00
77078c9c94 refactor: Add docstring to invite button 2024-09-02 02:47:29 -04:00
daf2f7fa98 refactor: Update timezones to use ZoneInfo instead of pytz 2024-09-02 02:41:49 -04:00
d85619b671 refactor: Improve error logging in xp handler 2024-09-01 12:19:23 -04:00
d9c2101e4b feat: Add slots command 2024-09-01 12:12:23 -04:00
a1c42bce31 feat: Add blackjack command 2024-09-01 11:59:19 -04:00
accb226a65 refactor: Update error logging to use guild ID instead of guild name 2024-09-01 10:04:39 -04:00
8bea18a142 feat: Add give command 2024-09-01 09:51:36 -04:00
1ad14ddc3f feat: Add balance command to check user's current balance 2024-09-01 09:45:47 -04:00
2adf5185c5 feat: Add daily command 2024-09-01 09:40:09 -04:00
8229082099 feat: Add delay before executing backup command 2024-09-01 08:25:56 -04:00
7c286a4f82 feat: Update admin commands 2024-09-01 08:14:43 -04:00
a526183074 feat: Update level commands 2024-09-01 08:12:32 -04:00
8b09e5c0f4 refactor: Update misc commands 2024-09-01 08:11:54 -04:00
8d357840f2 refactor: Disable help command for now 2024-09-01 08:08:03 -04:00
1d69f3fe25 refactor: Update LumiException class to inherit from app_commands.AppCommandError 2024-09-01 08:06:13 -04:00
104aab3681 feat: Fix birthday check handling 2024-09-01 08:02:55 -04:00
d100cd792c refactor: Update warn command 2024-09-01 07:31:54 -04:00
244d23e8d9 chore: Update pyproject.toml with new dependencies 2024-09-01 07:30:16 -04:00
2e7f63c1eb feat: Add remove and upcoming birthday commands 2024-08-31 17:11:09 -04:00
106171339e feat: Add birthday command and daily task 2024-08-31 17:04:37 -04:00
aaabfa42ed feat: Add Birthday service for managing user birthdays 2024-08-31 15:46:46 -04:00
75c8bb4256 refactor: Fix /config show output for moderation logs 2024-08-31 15:38:04 -04:00
e58ec1bde3 feat: Fix permissions in trigger commands 2024-08-31 15:35:18 -04:00
3afa58f5ac feat: Add trigger commands 2024-08-31 09:07:21 -04:00
95ca46bc3f feat: Add Softban command for moderation 2024-08-30 20:36:52 -04:00
a1fc9e37c6 Optimize ban, kick, and slowmode commands for better performance and reliability 2024-08-30 20:32:35 -04:00
892296dc66 feat: Add timeout command for moderation 2024-08-30 20:26:11 -04:00
da30cb3d74 feat: Add Kick command for moderation 2024-08-30 19:56:39 -04:00
5c2e2b9e97 refactor: Refactor create_case_view_menu to use a loop for adding buttons 2024-08-30 19:41:50 -04:00
4e3ddaee07 feat: Heavily optimize ban command 2024-08-30 19:38:44 -04:00
629474efc8 feat: Add ban and unban commands for moderation 2024-08-30 18:59:38 -04:00
88777b6eb2 feat: Add reaction handler for processing reactions to messages 2024-08-30 07:28:17 -04:00
4079f8f426 feat: Add reactions service module and methods 2024-08-30 07:25:47 -04:00