use directives for help messages#7482
Conversation
GeniusTimo
left a comment
There was a problem hiding this comment.
The following alert boxes were missed because they are not formatted correctly (however, they are currently working)
discord-api-docs/docs/resources/emoji.md
Lines 71 to 75 in bc7a0a5
discord-api-docs/docs/topics/voice-connections.mdx
Lines 11 to 12 in bc7a0a5
discord-api-docs/docs/topics/voice-connections.mdx
Lines 214 to 215 in bc7a0a5
discord-api-docs/docs/topics/voice-connections.mdx
Lines 239 to 240 in bc7a0a5
discord-api-docs/docs/topics/voice-connections.mdx
Lines 400 to 404 in bc7a0a5
| At this point, these callbacks **won't get called** since the client setup is not yet complete. However, very soon we | ||
| will be using them to view debug information and see what our connection status is! |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > You should make sure to include your default value in its proper locale key, otherwise it may use a fallback value unexpectedly. For example, if your default value is `en-US`, but you don't specify the `en-US` value in your localizations, users with `en-US` selected will see the `en-GB` value if it's specified. | ||
| > For example, if you have a command with the default name "color", and your localizations specify only the `en-GB` value as "colour", users in the `en-US` locale will see "colour" because the `en-US` key is missing. | ||
| :::warn | ||
| You should make sure to include your default value in its proper locale key, otherwise it may use a fallback value unexpectedly. For example, if your default value is `en-US`, but you don't specify the `en-US` value in your localizations, users with `en-US` selected will see the `en-GB` value if it's specified. For example, if you have a command with the default name "color", and your localizations specify only the `en-GB` value as "colour", users in the `en-US` locale will see "colour" because the `en-US` key is missing. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > info | ||
| > **Development Team Access** <br />Launching a non-distributed Activity is limited to you or members of the developer team, so if you're collaborating with others during development, create a [developer team](https://discord.com/developers/teams) and set it to the owner when you create the app. | ||
| :::info | ||
| **Development Team Access** <br />Launching a non-distributed Activity is limited to you or members of the developer team, so if you're collaborating with others during development, create a [developer team](https://discord.com/developers/teams) and set it to the owner when you create the app. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > info | ||
| > **Why is there a VITE_ prefix before our Client ID?**<br />Prefixing the `CLIENT_ID` environment variable with `VITE_` makes it accessible to our client-side code. This security measure ensures that only the variables you intend to be accessible in the browser are available, and all other environment variables remain private. You can read details in the [Vite documentation](https://vitejs.dev/guide/env-and-mode). | ||
| :::info | ||
| **Why is there a VITE_ prefix before our Client ID?**<br />Prefixing the `CLIENT_ID` environment variable with `VITE_` makes it accessible to our client-side code. This security measure ensures that only the variables you intend to be accessible in the browser are available, and all other environment variables remain private. You can read details in the [Vite documentation](https://vitejs.dev/guide/env-and-mode). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > warn | ||
| > **Secure Your Secrets**<br /> Your `DISCORD_CLIENT_SECRET` and `DISCORD_BOT_TOKEN` are *highly* sensitive secrets. Never share either secrets or check them into any kind of version control. | ||
| :::warn | ||
| **Secure Your Secrets**<br /> Your `DISCORD_CLIENT_SECRET` and `DISCORD_BOT_TOKEN` are *highly* sensitive secrets. Never share either secrets or check them into any kind of version control. |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > preview | ||
| > Coming soon! Not available during Developer Preview | ||
| :::preview | ||
| Coming soon! Not available during Developer Preview |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > preview | ||
| > This feature is currently available with [limited access](/docs/discord-social-sdk/core-concepts#limited-access-features). To apply for full access to closed beta features, or to reach out to Discord directly to discuss your game, please fill out [this form](https://discord.com/developers/social-sdk-closed-beta-access-request-form). No newline at end of file | ||
| :::preview | ||
| This feature is currently available with [limited access](/docs/discord-social-sdk/core-concepts#limited-access-features). To apply for full access to closed beta features, or to reach out to Discord directly to discuss your game, please fill out [this form](https://discord.com/developers/social-sdk-closed-beta-access-request-form). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > preview | ||
| > For more information on how to access these features, please see [Core Concepts: Limited Access Features](/docs/discord-social-sdk/core-concepts#limited-access-features). | ||
| :::preview | ||
| For more information on how to access these features, please see [Core Concepts: Limited Access Features](/docs/discord-social-sdk/core-concepts#limited-access-features). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > preview | ||
| > For more information about these features, please see [Core Concepts: Limited Access Features](/docs/discord-social-sdk/core-concepts#limited-access-features). | ||
| :::preview | ||
| For more information about these features, please see [Core Concepts: Limited Access Features](/docs/discord-social-sdk/core-concepts#limited-access-features). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
| > preview | ||
| > To apply for full access to closed beta features or to reach out to Discord directly to discuss your game, please fill out [this form](https://discord.com/developers/social-sdk-closed-beta-access-request-form). | ||
| :::preview | ||
| To apply for full access to closed beta features or to reach out to Discord directly to discuss your game, please fill out [this form](https://discord.com/developers/social-sdk-closed-beta-access-request-form). |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
appellation
left a comment
There was a problem hiding this comment.
seems reasonable pending suggestions from @GeniusTimo
|
Gonna come hit cleanup in a followup PR, this one was toooooo big |
No description provided.