SkyHelperSkyHelper Docs

Get feature settings

Retrieves settings for a specific bot feature (live-updates or reminders)

GET
/guilds/{guild}/features/{feature}
AuthorizationBearer <token>

Enter your Discord OAuth2 access token

In: header

Path Parameters

featurestring

Feature name

Value in"live-updates" | "reminders"
guildstring

Discord guild ID

Match^\d{17,19}$

Response Body

curl -X GET "https://api.skyhelper.xyz/guilds/string/features/live-updates"
{
  "shards": "string",
  "times": "string"
}
Empty

Last updated on