SkyHelperSkyHelper Docs

Update feature settings

Updates settings for a specific bot feature

PATCH
/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}$

Feature settings to update

shardsstring | null
timesstring | null
edenobject
dailiesobject
grandmaobject
turtleobject
geyserobject
resetobject
auroraobject
tsobject
shards-eruptionobject
fireworks-festivalobject

Response Body

curl -X PATCH "https://api.skyhelper.xyz/guilds/string/features/live-updates" \
  -H "Content-Type: application/json" \
  -d '{
    "shards": "string",
    "times": "string"
  }'
{
  "shards": "string",
  "times": "string"
}
Empty
Empty

Last updated on