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

10 commits

Author SHA1 Message Date
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