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

175 commits

Author SHA1 Message Date
25bbb63b0b Sort rewards in .xpr only once 2024-04-04 13:28:09 +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
248af15fc9 Implement in XpHandler 2024-04-03 12:06:03 -04:00
625ee06d12 Merge remote-tracking branch 'origin/dev' into dev 2024-04-01 11:38:56 +02: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
2e760a7d7a Temporarily remove cog error handling for moderation. 2024-03-28 16:29:04 -04:00
496350391f Small changes to mod error 2024-03-28 16:05:58 -04:00
9378436888 Add .unban 2024-03-28 14:41:37 -04:00
00ac70e427 .ban: add help string and fix reasons 2024-03-28 14:12:49 -04:00
14c292d6c7 Add ban command 2024-03-28 10:32:12 -04:00
12bd79d5ee Merge remote-tracking branch 'origin/dev' into dev 2024-03-27 20:22:14 +01:00
64bcb24385 Move art URLs to art.json 2024-03-26 20:39:23 +01:00
a98f26a370 Remove moderation and say modules
They weren't enabled anyway.
2024-03-26 16:35:40 +01:00
c64f83bf4f Disable .inventory command for now
Items can't be obtained or sold, so the inventory command has no use.
2024-03-26 16:33:38 +01:00
3e9995902f Remove sell command 2024-03-26 16:32:13 +01:00
4e0b2c6749 Remove economy_functions.py 2024-03-26 16:28:50 +01:00
80a2b0f927 Update .info command 2024-03-26 15:34:11 +01:00
c911abae23 Update .info command 2024-03-26 15:29:53 +01:00
1187d93735 Add stats command 2024-03-26 13:42:30 +01:00
c58b0dfcf3 Temporarily disable stats command 2024-03-26 12:52:23 +01:00
01b0407898 Fix .award command 2024-03-26 11:13:48 +01:00
5f1c2a2eb4 Remove item handling 2024-03-26 11:07:51 +01:00
246d5af140 Fix bug 2024-03-25 21:35:34 +01:00
efd0c1cc22 Remove channel check from owner-only commands 2024-03-25 21:33:21 +01:00
28f81cbc7b Fix .stats checks 2024-03-25 21:23:38 +01:00
106d3f1d50 Rework checks and Help outputs 2024-03-25 21:18:33 +01:00
68969b0b04 Remove embeds_old.py 2024-03-25 18:40:32 +01:00
289538d6c4 Rework .intro command 2024-03-25 15:48:00 +01:00
e5d095138a Add streak icon and rework JSON caching 2024-03-25 13:46:55 +01:00
d6de8110b0 Attempt to fix bday caching channels not found 2024-03-23 12:41:56 +01:00
7ee6115046 Fix .config by using get_or_fetch_channel() 2024-03-23 12:05:38 +01:00
7c38493d48 Make birthday command guild_only() 2024-03-22 16:10:25 +01:00
3ddd48469e Optimize imports 2024-03-22 16:09:01 +01:00
6d540771f5 Make birthdays a bridge command and fix info/errors 2024-03-22 15:58:11 +01:00
a5ca8ad97c Delete birthday SlashCommandGroup, change commands 2024-03-22 15:29:11 +01:00
ca9a64aebc Add .prefix and .setprefix commands 2024-03-19 18:35:51 +01:00
23ddfa6e1f Add .upcoming and fix output list 2024-03-19 17:28:55 +01:00
c2627ee364 Move owner check to commands.is_owner() 2024-03-19 15:32:01 +01:00
1196833620 Fix backup 2024-03-19 15:14:59 +01:00
102e77dbdf Add gitlab wiki to config help 2024-03-19 13:54:25 +01:00
e2678e8317 Add .invite command 2024-03-19 13:43:18 +01:00
77c54054eb Update __init__.py 2024-03-19 10:39:36 +00:00