Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Global Blacklist

Jan edited this page Nov 3, 2022 · 3 revisions

The Global Blacklist is an opt-out feature which prevents flagged users from joining your server. This is reserved for users who are significantly violating Revolt's ToS and are pending termination. In reality, it's unlikely that you will ever encounter this.

AutoMod will show a warning on a flagged user's infraction list:

image

Unless you're opted out, the user will get banned immediately upon joining:

image image

Opting out

If you wish to disable this feature for your server, run the following command: /botctl ignore_blacklist yes.

Transparency

Since I'm essentially elevating myself to platform moderation with this, I want to be as transparent as possible about it. This will only ever be used if someone is posing a serious threat and if I'm not able to immediately contact a platform moderator.

You can always retrieve the complete list of flagged users via the API at https://api.automod.me/stats/global_blacklist, and read the relevant source code (botadm.ts, event_handler.ts).

Clone this wiki locally