GetDiscordConfig

GET /clans/{clanid}/discordbot/

Return the bot configuration

Responses

GET /clans/{clanid}/discordbot/
curl \
 --request GET 'http://api.example.com/clans/{clanid}/discordbot/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "discordid": "string",
  "botLanguaje": "en",
  "readClanLog": true,
  "automaticKick": true,
  "setNotReadyPVP": true,
  "walkerAlarm": true
}
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (405)
string
Response examples (503)
string