From cb32616efb5d81132efd2859054efe80f376833e Mon Sep 17 00:00:00 2001 From: founder <88034097+FoUnDeRR@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:49:31 +0530 Subject: [PATCH] Update Overview_of_Apps.mdx A typo in the description of "Update user metadata and presence" --- docs/quick_start/Overview_of_Apps.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start/Overview_of_Apps.mdx b/docs/quick_start/Overview_of_Apps.mdx index e07337e393..2b686bc4ea 100644 --- a/docs/quick_start/Overview_of_Apps.mdx +++ b/docs/quick_start/Overview_of_Apps.mdx @@ -38,7 +38,7 @@ With the right API endpoints and proper [permissions](#DOCS_TOPICS_PERMISSIONS), ### Update user metadata and presence -Apps can update a Discord's user metadata with data from a party game or app in a few ways.Apps can also update a user's profile with actionable data from a game or app by integrating **[Rich Presence](#DOCS_RICH_PRESENCE_OVERVIEW)**. Apps can also use **[role connection metadata](#DOCS_RESOURCES_APPLICATION_ROLE_CONNECTION_METADATA)** to associate third-party metadata (like stats or account type) with Discord users, which server admins can use to set up roles based on. You can explore more in the [configuring metadata for linked roles](#DOCS_TUTORIALS_CONFIGURING_APP_METADATA_FOR_LINKED_ROLES) tutorial. +Apps can update a Discord's user metadata with data from a party game or app in a few ways. Apps can also update a user's profile with actionable data from a game or app by integrating **[Rich Presence](#DOCS_RICH_PRESENCE_OVERVIEW)**. Apps can also use **[role connection metadata](#DOCS_RESOURCES_APPLICATION_ROLE_CONNECTION_METADATA)** to associate third-party metadata (like stats or account type) with Discord users, which server admins can use to set up roles based on. You can explore more in the [configuring metadata for linked roles](#DOCS_TUTORIALS_CONFIGURING_APP_METADATA_FOR_LINKED_ROLES) tutorial. ### Add premium features