basicdocs update

This commit is contained in:
bingus_violet 2024-04-21 13:13:40 -05:00
parent 8a6bb2efd5
commit 8ff3cbe3b5

View file

@ -7,6 +7,9 @@
}, },
"/v1/lanyard": { "/v1/lanyard": {
"description": "Fetches the most recently updated Lanyard update. Only gives data about *my* lanyard status. Don't worry about 'overusing' this, as it doesn't call a request to Lanyard or Discord everytime, it just gets the most recent data gathered by the web socket. Mainly designed to prevent my many sites from overloading the Lanyard socket, but also so that I can add extra features in the future if I so desire." "description": "Fetches the most recently updated Lanyard update. Only gives data about *my* lanyard status. Don't worry about 'overusing' this, as it doesn't call a request to Lanyard or Discord everytime, it just gets the most recent data gathered by the web socket. Mainly designed to prevent my many sites from overloading the Lanyard socket, but also so that I can add extra features in the future if I so desire."
},
"/v1/spins": {
"description": "Returns the current amount of spins. Not really made to be used, but there as an option :3"
} }
} }
} }