aboutsummaryrefslogtreecommitdiff
path: root/me/Danker/handlers/APIHandler.java
AgeCommit message (Collapse)Author
2020-07-24Add /bank, other small changesbowser0000
Fix getting profiles of person with 1 profile with no last_save. Toggles are now off by default.
2020-07-24Fix rare case of no last_savebowser0000
2020-07-23Fix last_save profile valuesbowser0000
Sometimes the last_save would rollover into the negatives, and would return null profile.
2020-07-20/dhelp, /guildof, fix bracketsbowser0000
Add /dhelp which returns list of commands. Add /guildof which returns guild and guildmaster of a person. Swap <> and [] for parameters.
2020-07-19Move requests into API handler for future API commandsbowser0000
2020-07-18Add /slayer, API handling and better number formatsv1.5bowser0000
Added API handler which should make future API commands easier to add. Added /slayer command. Added format to numbers based on locale.