Skip to content

Commit d29b668

Browse files
authored
Format relationship warning as warning (#7692)
1 parent b1a8c5e commit d29b668

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/discord-social-sdk/development-guides/managing-relationships.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Before you begin, make sure you have:
2929
## Understanding Relationship Types
3030

3131
Discord models the relationship between two users using the Relationship entity in the SDK. Relationships are not just for friends. They are also used to send and receive friend requests and block other users.
32-
33-
Note: While the SDK allows you to manage a user's relationships, you should never act without their explicit consent. You should not automatically send or accept friend requests. Only invoke APIs to manage relationships in response to a user action such as clicking a "Send Friend Request" button.
34-
32+
:::warn
33+
While the SDK allows you to manage a user's relationships, you should never act without their explicit consent. You should not automatically send or accept friend requests. Only invoke APIs to manage relationships in response to a user action such as clicking a "Send Friend Request" button.
34+
:::
3535
### Relationship Types
3636

3737
We know that sometimes users will want to be friends with each other across all their games. If they start playing a new game, they can see all of their previous friends and don't start from scratch. But sometimes, they don't want to give out that access and only want to be friends in the current game they are playing.

0 commit comments

Comments
 (0)