Skip to content

Commit a8727dc

Browse files
committed
Review updates
1 parent f5c40a9 commit a8727dc

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

docs/discord-social-sdk/development-guides/integrating-moderation.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ sidebar_label: Integrating Moderation
44
import PublicClient from '../partials/callouts/public-client.mdx';
55
import SupportCallout from '../partials/callouts/support.mdx';
66

7+
[Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [Development Guides](/docs/discord-social-sdk/development-guides) > {sidebar_label}
8+
9+
# Moderation with the Discord Social SDK
10+
711
{/*
812
Script for converting mermaid sequence diagrams to SVG.
913
10-
# docker run --rm -u `id -u`:`id -g` -v "$(pwd):/data" minlag/mermaid-cli -i "/data/$file" -o "/data/$filename.svg" -t dark -b transparent
14+
# docker run --rm -u `id -u`:`id -g` -v "$(pwd):/data" minlag/mermaid-cli -i "/data/$file" -o "/data/$filename.svg" -t dark -b '#313338'
1115
*/}
1216

13-
[Home](/docs/intro) > [Discord Social SDK](/docs/discord-social-sdk/overview) > [Development Guides](/docs/discord-social-sdk/development-guides) > {sidebar_label}
14-
15-
# Moderation with the Discord Social SDK
16-
1717
This guide will walk you through integrating and managing content moderation for your game when using the Discord Social SDK.
1818

1919
## Overview
@@ -264,7 +264,9 @@ At this time, there is no API to look up if a player's Discord account has been
264264
265265
If you wish to tie your in-game moderation policies to a specific Discord server that you own, such as your official community server, you are able to retrieve ban information for your Discord Server via our REST APIs.
266266
267-
See the references for the REST endpoints[`{guild.id}/guilds/{guild.id}/bans`](/docs/resources/guild#guild-object) or [`/guilds/{guild.id}/bans/{user.id}`](https://www.notion.so/Text-and-Voice-Moderation-1d0f46fd48aa80eda914cd3134d65afb?pvs=21) for more information on retrieving all bans for your guild, or ban information for a specific user within your guild.
267+
See the references for the REST endpoints[`{guild.id}/guilds/{guild.id}/bans`](/docs/resources/guild#get-guild-bans)
268+
or [`/guilds/{guild.id}/bans/{user.id}`](/docs/resources/guild#get-guild-ban)
269+
for more information on retrieving all bans for your guild, or ban information for a specific user within your guild.
268270
269271
## Voice Chat Moderation
270272

0 commit comments

Comments
 (0)