{"resource_type":{"id":104,"name":"discord_bot_configuration","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"application_id\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Application ID (= the bot's user ID), from General Information.\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"bot_token\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Bot token from the Bot tab. Sent as `Authorization: Bot <token>` for all REST calls. Secret — keep it out of `public_key`.\",\n\t\t\t\"format\": \"password\",\n\t\t\t\"type\": \"string\"\n\t\t},\n\t\t\"public_key\": {\n\t\t\t\"default\": \"\",\n\t\t\t\"description\": \"Ed25519 Public Key from General Information. Used ONLY to verify the signature on incoming interaction requests. NOT secret and NOT the bot token.\",\n\t\t\t\"type\": \"string\"\n\t\t}\n\t},\n\t\"required\": [],\n\t\"type\": \"object\"\n}","approved":true,"app":"discord","description":"Discord application/bot credentials. Create an app at https://discord.com/developers/applications. `bot_token` (Bot tab) authenticates Discord REST calls (`Authorization: Bot <token>`) — sending messages, managing threads, etc. `application_id` and `public_key` are on the General Information page. `public_key` is the Ed25519 key Discord signs interaction requests with — used ONLY to verify incoming interactions (buttons, modals, slash commands), not for auth.","created_by":"faton ramadani2","created_at":"2023-06-29T09:40:39.246Z"}}