Skip to main content
The Global Moderation cog applies moderation actions across every server the bot has joined simultaneously. Actions are executed concurrently across guilds using a semaphore of 5 concurrent operations. All commands in this cog require the globally trusted or bot owner permission.

Command Groups

All commands are nested under /global.

/global moderation

CommandDescription
/global moderation banBans a user from every guild the bot has joined. Optionally DMs the target and posts an action log.
/global moderation softbanBans and immediately unbans a user in every guild to purge recent messages without keeping the ban.
/global moderation kickKicks a user from every guild the bot has joined.
/global moderation timeoutTimes out a user in every guild the bot has joined.
/global moderation untimeoutRemoves a timeout from a user in every guild the bot has joined.
/global moderation unbanUnbans a user from every guild the bot has joined.
/global moderation requestbanSubmits a ban request for approval by a globally trusted user or bot owner.
/global moderation massbanBans multiple users from every guild the bot has joined.
/global moderation massunbanUnbans multiple users from every guild the bot has joined.
/global moderation sync_bansSyncs the global ban list to a specific guild or all guilds.
/global moderation statusShows the global moderation status and ban record for a user.
/global moderation quarantineQuarantines a user globally (restricts their permissions across all guilds).

/global management

CommandDescription
/global management trustGrants or revokes the globally trusted permission for a user or role. Actions: add_user, remove_user, add_role, remove_role, list.
/global management appeal_linkSets or clears the global ban appeal link sent in punishment DMs.

Request Approval

When /global moderation requestban is used, an approval message is dispatched to a configured channel. Globally trusted users and bot owners can approve or deny the request.