SkyHelperSkyHelper Docs

Enable feature

Enables a specific bot feature for the guild

POST
/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 POST "https://api.skyhelper.xyz/guilds/string/features/live-updates"
{
  "shards": "string",
  "times": "string"
}
Empty

Last updated on