Blacklists
You can blacklist users from creating tickets and reports and do some other things with the blacklists. Learn how to do this here!
Users can be added to one or both blacklists are are represented by a blacklist entry.
The blacklist entry states in which guild the user is blacklisted and for which module.
The module can be tickets, reports or both.
Add entities to a blacklist
Use the /blacklist add
command.
You can provide the ID of
the user directly or
the ticket or report whose user you want to blacklist
You also have to select to which blacklist you want to add them.
-- Bild of command in use --
Conditional Adding
Example:
If the user is already blacklisted for module A
and a moderator wants to add the user to module B
then the user will be blacklisted for all/both modules.
An error will only be thrown if the user already blacklisted for this module - not if a user is already blacklisted for another module.
Remove entities from a blacklist
Use the /blacklist remove
command and either select who you want to remove or provide the ID of the entity you want to be removed.
If a blacklist entry was found for only one module, the user will be removed. If the user is blacklisted for both modules, you will be asked which module the blacklist entry should be removed from: Tickets, Reports or Both.
-- Bild of user being removed from one --
-- Bild of asking which module to remove user from --
Keep reading to learn about the other option to remove users from a blacklist.
Conditional Removing
Example: If the user is blacklisted for both modules, the moderator will be asked, from which module the entry should be removed.
The entry can be
,
, or
deleted for all/both modules.
Viewing blacklisted entities
To view a whole set of currently blacklisted users, use the /blacklist view
command.
Because the amount of users can be very large, pages are established here. If you don not provide any information about the page, 1 will be used which displays the newest 25 users.
It's displayed in the following format:
Example:
The outcome might look like this:
-- Bild of /blacklist view module:Tickets
--
The following components attached here:
-- Bild of components --
With the select menu you can select up to 25 users from the page that is currently selected that should removed from the blacklist by selecting the user's respective number on that page.
If a user or a role is blacklisted for all modules and is selected to be removed, the entry will be removed completely and not just from that module.
The other 5 buttons are for pagination.
⏮️
First page (1) (newest entries of the module)
⬅️
Previous Page (-1)
🔢
Opens a modal to manually enter a page number (min & max are displayed there)
➡️
Next page (+1)
⏭️
Last page (oldest entries of the module)
Check if an entity is present in a blacklist
You can run the command /blacklist check
with providing a or a raw ID of the entity.
The response may look like this:
-- Bild --
Clear blacklist
To get rid of an entire blacklist, an administrator has to use the /blacklist clear
command.
This only works for one blacklist at a time.
Last updated
Was this helpful?