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

782 commits

Author SHA1 Message Date
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
49245784a3 Fix restart command outputs
The restart command no longer tries to output the script's echo commands wait ctx.respond() because this isn't possible when the bot is restarting.
2023-06-19 11:33:41 -04:00
7636d9d6f9 Add /restart command 2023-06-19 11:20:38 -04:00
f6290ea966 Add bash script for automation
In the future this script will run on a /restart or /update command, so I don't have to manually pull Git changes & restart the bot on the server.
2023-06-19 11:08:05 -04:00
1ec6792636 Fetch version from Git tags.
__version__ is now fetched from Git tags using a subprocess, this way I don't have to change the code each time I want to up the version.
2023-06-19 10:52:27 -04:00
5bc6e3dca4 init - clone from personal Git 2023-06-19 10:20:17 -04:00