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

344 commits

Author SHA1 Message Date
b6a5277f54 Add issue comment to error handling (wontfix for now) 2024-04-12 02:44:28 +02:00
57d17c96db Still log a failed channel check on prefix commands 2024-04-12 02:42:46 +02:00
e2ba85690a Change the handling of channel check failure 2024-04-12 02:41:38 +02:00
016cd601f7 Remove the channel check on /help 2024-04-12 02:35:55 +02:00
e2f6fe68b9 Change the output of the help command 2024-04-12 02:31:39 +02:00
544598f5fb Add /help which leads the user to .help 2024-04-12 02:31:31 +02:00
3b1035d97d Switch back to Python 3.11
This is to avoid conflicts since I develop Racu on Arch Linux, which has not released Python 3.12 yet.
2024-04-11 07:36:03 -04:00
89b79e5a60 Use mariadb package instead of mysql.connector 2024-04-08 15:13:18 -04:00
131c18db50 remove nginx backup 2024-04-08 14:25:29 -04:00
f469ef1dd7 Replace wiki links 2024-04-07 08:43:23 -04:00
babbeb6e2b Add website source and configuration 2024-04-06 14:15:39 -04:00
8f311a5fbc Update docker-compose.yml 2024-04-06 14:13:05 -04:00
7c14f8c791 Add webpage template to repository 2024-04-06 08:11:07 -04:00
c313b489bb Don't expose DB ports 2024-04-06 06:52:51 -04:00
d33aca522f Rename main.py to Racu.py 2024-04-06 06:23:40 -04:00
ad2b64ba78 Capitalize module type in logs 2024-04-05 08:14:59 -04:00
22327d5d8d Cache all JSON data on bot launch 2024-04-05 08:14:31 -04:00
e1c0a5f595 Format code 2024-04-05 08:06:44 -04:00
a63e05cb73 Fix reference in inventory 2024-04-05 08:05:59 -04:00
524c3251d5 Move logging to services 2024-04-05 08:05:45 -04:00
b15fc98259 Rework client handlers 2024-04-05 08:05:36 -04:00
5229df0af2 Fix references in README 2024-04-05 08:05:13 -04:00
425d5de205 Fix small bug that happens when a server owner tries to ban himself 2024-04-05 07:54:49 -04:00
92fda02391 Change the way INSTANCE is handled 2024-04-05 06:11:59 -04:00
4667a6df3c Update requirements versions 2024-04-05 06:07:42 -04:00
67477f0808 Upgrade to Python 3.12 2024-04-05 06:06:00 -04:00
7c2198a28c Format code 2024-04-04 16:41:42 -04:00
40bff1a5b1 Rework XP handling to be more consistent 2024-04-04 16:40:59 -04:00
d050204c70 Remove logs in xp_service 2024-04-04 13:38:37 +02:00
0cce28c36c Display error in .xpr if role not found 2024-04-04 13:32:34 +02:00
25bbb63b0b Sort rewards in .xpr only once 2024-04-04 13:28:09 +02:00
e8a6db0559 Limit XP rewards per guild to 25 2024-04-04 13:09:11 +02:00
8d6a3ff2c3 Optimize code and place XpRewardService in XpService file 2024-04-04 13:03:51 +02:00
5d857fdf95 Merge remote-tracking branch 'origin/dev' into dev 2024-04-04 11:26:26 +02:00
ce631052fe Limit XP rewards to 10 per guild 2024-04-03 20:46:45 +00:00
61a98420e5 Make persistence optional 2024-04-03 14:20:23 -04:00
edec8678c3 Change give help info 2024-04-03 13:51:09 -04:00
56274a7bb0 Role Reward Fixes 2024-04-03 13:48:22 -04:00
63ae505d6b Add functions to add and remove a reward from a guild 2024-04-03 12:47:05 -04:00
f907aa50fd Change reason 2024-04-03 12:08:07 -04:00
248af15fc9 Implement in XpHandler 2024-04-03 12:06:03 -04:00
5babf005fb Add class to handle level rewards 2024-04-03 10:51:58 -04:00
88f9a37d33 Add table for level rewards 2024-04-03 10:01:43 -04:00
625ee06d12 Merge remote-tracking branch 'origin/dev' into dev 2024-04-01 11:38:56 +02:00
b7fc02f106 Add metadata title and version to logs on_ready() 2024-03-29 13:36:59 -04:00
8cca12b29c Code clean-up 2024-03-29 13:17:51 -04:00
37008b685a Add shorten() to lib.formatter 2024-03-29 13:15:42 -04:00
9c79db5ec3 Fix a bunch of error outputs 2024-03-29 13:11:36 -04:00
243bad0e53 Improve Error Handling 2024-03-29 07:14:41 -04:00
494f42c02c Change HelpCommand 2024-03-29 07:14:31 -04:00