From 8ff3cbe3b56b47d5dfe4dc97ded48d1b9cb674fd Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 21 Apr 2024 13:13:40 -0500 Subject: [PATCH] basicdocs update --- basicDocs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basicDocs.json b/basicDocs.json index ee86a42..5eff04e 100644 --- a/basicDocs.json +++ b/basicDocs.json @@ -7,6 +7,9 @@ }, "/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." + }, + "/v1/spins": { + "description": "Returns the current amount of spins. Not really made to be used, but there as an option :3" } } } \ No newline at end of file