Go to file
Teriuihi 32f0935b4a Added balance command and related queries
This commit introduces a new "balance" command, enabling users to check their in-game balance. This feature includes adding two new query files (`QueriesEconomy` and `QueriesUserDiscordId`), which handle SQL operations for fetching user ID and balance data. Also, number formatting utilities were updated to include a function for double's for proper display of balance.
2024-01-13 08:27:15 +01:00
src/main/java/com/alttd Added balance command and related queries 2024-01-13 08:27:15 +01:00
.gitignore Updated .gitignore 2022-09-15 21:36:16 +02:00
build.gradle.kts Moved AltitudeLogs to repository 2023-05-23 04:18:45 +02:00
example.requests.yml Add an example config. 2022-09-10 10:38:06 +02:00
gradlew.bat Tried doing some work on embed command 2022-03-23 22:09:30 +01:00
settings.gradle.kts Moved AltitudeLogs to repository 2023-05-23 04:18:45 +02:00