You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
+
7
11
{/*
8
12
Script for converting mermaid sequence diagrams to SVG.
9
13
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'
11
15
*/}
12
16
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
-
17
17
This guide will walk you through integrating and managing content moderation for your game when using the Discord Social SDK.
18
18
19
19
## Overview
@@ -264,7 +264,9 @@ At this time, there is no API to look up if a player's Discord account has been
264
264
265
265
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.
266
266
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.
0 commit comments