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

562 commits

Author SHA1 Message Date
572274b6a0 refactor: Apply sourcery tips 2024-07-19 14:18:44 -04:00
076714af08 refactor: Update ruff dependency to version 0.5.3 2024-07-19 13:32: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
cfd3f40d29 refactor: Update edit_case method to allow editing case details 2024-07-18 16:34:17 -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
e4048e0648 refactor: Add ModLogService for managing moderation log channels 2024-07-18 07:21:44 -04:00
42160683e3 refactor: Rename migration file and add stored procedure for inserting cases 2024-07-18 06:59:16 -04:00
71b765f815 refactor: Add mod_log and related tables to database schema 2024-07-17 12:37:40 -04:00
e3494f36f3 Refactor logger error message to use .env instead of creds.yaml 2024-07-17 08:49:10 -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
6d85960fca Refactor interaction.py and config/__init__.py for code cleanup and consistency 2024-07-17 07:37:40 -04:00
4ad5685b6e Refactor container names in docker-compose.yml 2024-07-17 07:28:50 -04:00
e9bb5814fa refactor: Improve embed formatting on .daily 2024-07-17 07:26:53 -04:00
ea99afba6f Merge pull request 'yaml' (#93) from yaml into main
Reviewed-on: #93
2024-07-17 09:43:49 +00:00
4b48a281ea Refactor LumiBot class to add bot admin logging 2024-07-17 05:43:29 -04:00
49da036d5a chore: Update .env.example and lib/constants.py 2024-07-17 05:22:35 -04:00
10a45dd85c chore: Update pyproject.toml with python-dotenv and pyyaml dependencies 2024-07-16 15:53:42 -04:00
ecd3c5d14e chore: Update pyproject.toml with pyyaml dependency 2024-07-16 14:40:15 -04:00
0238d3c3ad Revert "chore: Update pyproject.toml with discord-anti-spam dependency"
This reverts commit 161fed3d94.
2024-07-16 13:47:16 -04:00
341369c368 chore: Update pyproject.toml with discord-anti-spam dependency 2024-07-16 13:33:47 -04:00
979c82f968 Merge pull request 'refactor: Improve error embed formatting' (#92) from refactor into main
Reviewed-on: #92
2024-07-16 17:17:20 +00:00
dd3ae5dfd5 refactor: Improve error embed formatting 2024-07-15 10:01:30 -04:00
134657a5f0 refactor: Improve error embed formatting
Refactor the error embeds in the `error.py` file to improve their formatting. The `description` field now uses multi-line strings for better readability. Additionally, the `set_footer` method has been updated to include appropriate icons and messages.
2024-07-15 08:36:18 -04:00
6ab9f3ace2 Merge branch 'main' of https://git.wlinator.org/Luminara/Lumi 2024-07-15 08:35:37 -04:00
705ca32c9f refactor: Improve Boost class embed formatting
Refactor the Boost class in the `boost.py` file to improve the formatting of the embed. The `description` field now includes the name of the member who boosted the server. Additionally, the `set_footer` method has been updated to include the total number of server boosts.
2024-07-15 08:34:24 -04:00
0879827d48 refactor: Remove unused moderation embeds 2024-07-15 08:34:03 -04:00
c7c6ef97d4 Update LICENSE to gpl3 2024-07-14 19:21:11 +00:00
3401566ebf chore: Update help command to use Lumi's prefix for getting help 2024-07-14 14:20:29 -04:00
726010bad0 chore: Update Dockerfile to include mariadb-client for backups 2024-07-14 14:04:01 -04:00
aee5e35db4 add mariadb-client back to Dockerfile for backups 2024-07-14 14:03:29 -04:00
7a64ece327 Merge pull request 'Rewrite level commands' (#91) from branding into main
Reviewed-on: #91
2024-07-14 17:59:21 +00: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
cd90440e10 Merge pull request 'branding' (#90) from branding into main
Reviewed-on: #90
2024-07-14 17:26:12 +00:00
ee95e8be5e Refactor leaderboard command to use EmbedBuilder for consistent styling 2024-07-14 13:06:49 -04:00
5b41aebb00 Refactor rank command to use bridge.Context instead of commands.Context 2024-07-14 12:12:15 -04:00