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

255 commits

Author SHA1 Message Date
54524ae3ed Display values on /item 2023-07-03 06:53:06 -04:00
8af071afb9 Improve badges identification 2023-07-03 06:32:20 -04:00
1974674a83 Add admin badge 2023-07-03 06:30:57 -04:00
b0269ebc2f ItemHandler logging 2023-07-03 06:23:03 -04:00
5d583ede03 Fix bug in /give 2023-07-03 06:16:47 -04:00
11c44fcd11 Ravecoins are awarded on slots too 2023-07-03 06:11:58 -04:00
0dfc879b28 Implement ItemHandler 2023-07-03 06:07:45 -04:00
ae29b27563 XP cooldowns are now logged as debug 2023-07-02 12:09:09 -04:00
11c5d436b2 Merge remote-tracking branch 'origin/main' 2023-07-02 12:07:53 -04:00
cd3d040058 Merge branch '1.4-logger' into 'main'
1.4 logger

See merge request tessinator/racu!1
2023-07-02 15:48:24 +00:00
beddfe5a57 Improve error handling 2023-07-02 11:43:13 -04:00
b582d89323 Logs on_application_command_error 2023-07-02 11:39:59 -04:00
c7b2aacb37 Logs on_application_command_completion 2023-07-02 11:33:25 -04:00
4b20840c42 Basic.py logging 2023-07-02 10:14:58 -04:00
c951fda694 Logger now updates two files 2023-07-02 09:50:21 -04:00
6b6bfae516 Add detailed logger 2023-07-02 08:20:16 -04:00
242804afbf Create /shop system 2023-07-02 07:30:47 -04:00
cb2b56ad74 Eightball is now more limited 2023-07-01 08:16:07 -04:00
015d7c705c Items are now capitalized 2023-06-29 16:19:50 -04:00
beb2306df9 Badges are displayed differently 2023-06-29 16:05:05 -04:00
3a36cc7b5e Reward an item on BlackJack 2023-06-29 15:42:58 -04:00
9c87cd32d3 Change item name 2023-06-29 19:00:25 +00:00
4f040620d1 Fix typo in JSON 2023-06-29 18:54:52 +00:00
3f16cad3f4 Add "bitch coin" 2023-06-29 18:54:22 +00:00
145cc017ad BlackJack fix when player hits 21 2023-06-29 12:27:44 -04:00
c0843a45ba Inventories are no longer beta-only 2023-06-29 12:06:10 -04:00
1af54d3de4 Add Rave Cave Welcome messages 2023-06-29 08:48:52 -04:00
eb41763c2b Reactions are now stored in JSON 2023-06-29 08:25:25 -04:00
90e2df1cf3 Add custom content reactions 2023-06-29 08:08:13 -04:00
3354791275 Racu trigger has 8ball responses 2023-06-29 07:35:12 -04:00
4b26affc13 Rewrite XP handler 2023-06-29 07:21:17 -04:00
0d506cb50d Reload extensions after db sync 2023-06-29 05:33:00 -04:00
b4bb4b8b50 Add /item command
This commit is NOT unstable because there are no commands to influence this inventory system yet.
2023-06-28 09:28:02 -04:00
8a4707bdcc Rename all cog classes 2023-06-23 05:12:02 -04:00
d24309602c First inventory push - unstable
This push is completely unstable, the inventory command will also be set as "beta command", making it impossible for anyone to use.
2023-06-22 14:11:48 -04:00
eb11990da5 Increase BJ MP & utilize JSON
BJ MP = BlackJack multiplier. It went from 1.20 to 1.50
2023-06-22 05:52:34 -04:00
efe166d999 Add SQL injection commands 2023-06-21 09:43:11 -04:00
ab0573b2fa /leaderboard fallback 2023-06-21 09:05:09 -04:00
eb87e658a1 Stats rewrite 2023-06-21 08:20:49 -04:00
cd7a75c616 Fix rounding bug in /stats all 2023-06-21 06:34:21 -04:00
35800e3a85 Additions to /stats all 2023-06-21 06:32:17 -04:00
c8e3708b7e Stats command in beta mode
For now this command will be pushed with the "beta" check, so I can test the stats command on the main bot's database.
2023-06-21 06:19:02 -04:00
15d7e7e8ae Fix bug in daily reset time #2
Dailies could not be claimed before the reset time if you've never claimed a daily before.
2023-06-21 05:04:31 -04:00
a26d8a4c32 Fix bug in daily reset time.
Dailies could be claimed infinitely between 12AM EST and the reset time, this issue has been resolved by making the check more specific.
2023-06-21 04:44:35 -04:00
e4e1af6e5e Fix /daily balances bug 2023-06-20 15:44:22 -04:00
0182b37e9e Daily reset is now universal
It used to be user-specific, but reset is now at 7 am Eastern for all users.
2023-06-20 08:11:01 -04:00
26b1920e1c Drop table dailies
Preparing for next update where the table 'dailies' will look different.
2023-06-20 07:00:09 -04:00
01fcd838be Fix exchange bug
The bug would occur when any balance is '0', the user's balance would reach the fallback and be reset entirely. This is fixed now.
2023-06-20 05:37:19 -04:00
5b1eadab86 Currency data class re-work complete 2023-06-19 14:18:23 -04:00
5ced9bfb42 Re-work the Currency data class
Commit is not ready for release yet.
2023-06-19 12:25:27 -04:00