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

524 commits

Author SHA1 Message Date
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
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
0cf48ec4c0 Merge pull request 'branding' (#89) from branding into main
Reviewed-on: #89
2024-07-14 16:08:05 +00:00
3f8b78f56a chore: Refactor README.md to remove self-hosting instructions and outdated information 2024-07-14 12:07:31 -04:00
edc734b1fa Switch to poetry 2024-07-14 12:07:00 -04:00
9d3524186a Use EmbedBuilder in the rank command. 2024-07-14 11:07:15 -04:00
6b1722c253 Change completed introduction footer 2024-07-13 22:32:52 -04:00
1936d448ad Merge pull request 'Create EmbedBuilder and use strings and embeds consistently' (#88) from branding into main
Reviewed-on: #88
2024-07-14 02:25:55 +00:00
8dd196ba4a Refactor ping command to use separate module for ping functionality 2024-07-13 22:25:07 -04:00
f6d6ceea3d Refactor backup module to improve error handling and use constants for environment variables 2024-07-13 21:58:02 -04:00
8cd3f10330 chore: Refactor backup module to use constants for environment variables and improve error handling 2024-07-13 21:39:56 -04:00
206e9674ff Refactor introduction command to use EmbedBuilder for error messages 2024-07-13 21:07:43 -04:00
ff1efdbc30 CHORE 2024-07-13 20:46:23 -04:00
bbfc0bfd47 Optimize 2024-07-13 20:44:35 -04:00
ec23f80247 Refactor introduction command to use EmbedBuilder for error messages 2024-07-13 20:39:48 -04:00
6de96e2a85 chore: Refactor introduction command to use EmbedBuilder for error messages 2024-07-13 20:23:30 -04:00
7cc81d13f4 Refactor xkcd module to use EmbedBuilder for printing comics 2024-07-13 20:11:50 -04:00
7da002ac4f Refactor code for emoji conversion and reaction handling 2024-07-13 14:51:43 -04:00
370e3f1471 Refactor invite command to use EmbedBuilder and constants for link 2024-07-13 10:39:47 -04:00
2b81f55952 Refactor xkcd module to use EmbedBuilder for printing comics 2024-07-13 10:32:23 -04:00
1998afe20b Refactor ban and unban commands to allow None as reason 2024-07-12 13:42:44 -04:00
433cf6939e chore: Refactor code for emoji conversion and reaction handling 2024-07-12 13:42:06 -04:00
04da103b9d Merge pull request 'custom-reacts' (#87) from custom-reacts into main
Reviewed-on: #87
2024-07-11 17:42:53 +00:00
7f798c779a Add delete and list custom reaction command 2024-07-11 13:34:08 -04:00
4c2206a99e Refactor guild-specific configuration in resources.json 2024-07-11 12:47:57 -04:00
4ffcf473ae Add and remove custom reactions with commands 2024-07-11 12:47:46 -04:00
26db690687 Refactor custom_reactions table column names for triggers and emojis 2024-07-11 09:30:28 -04:00
e9a7603a19 Refactor trigger column name in custom_reactions table 2024-07-10 22:11:12 +02:00
b8f707e8f8 Add reactions table and service 2024-07-10 21:03:20 +02:00
34da7a43a6 Merge pull request 'Refactor code for emoji conversion and reaction handling' (#86) from custom-reacts into main
Reviewed-on: #86
2024-07-10 18:15:47 +00:00
43466b86fb Refactor code for emoji conversion and reaction handling 2024-07-10 20:11:20 +02:00
a3ff3c42d5 Rename migrations init 2024-07-09 13:55:02 +02:00
7e2a5c18a6 Add .blacklist command. 2024-07-08 21:50:07 +02:00
2ba645fac5 Refactor typing import in introduction.py 2024-07-08 20:20:58 +02:00
c48e29f751 Refactor introduction command error handling 2024-07-08 19:31:47 +02:00
b3f6e4c9b0 Refactor guild-specific configuration in resources.json 2024-07-08 19:30:32 +02:00
cd364081d9 Refactor '/introduction' code for improved efficiency and readability 2024-07-08 19:30:05 +02:00
db45dc4ba6 Refactor '/introduction' code for improved efficiency and readability 2024-07-08 19:22:17 +02:00
470e4f8284 Change failed cog load to exception logging 2024-07-08 19:13:07 +02:00
a53c9f3b51 chore: Update Luminara.py to have a token check before starting the bot 2024-07-08 18:34:15 +02:00