$serverExplicitContentFilter

The explicit content filter level of the server. (see explicit content filter levels)

Usage

$serverExplicitContentFilter[(optional) guildID]

Breakdown

guildID - The server to return the data for. Uses the current server, if none is provided.

Example

bot.command({
    type: "command",
    name: "example",
    code: `Server Explicit Content Filter: $serverExplicitContentFilter`
})

Last updated

Was this helpful?