Protections
Local Protection
Guard Token: Checks many local Discord directories, files, and logs for tokens and removes them if found.
Log Token Guard Events: Prints files checking information to the console.
Session Guard
Guard Session: If whitelisted info is not set, automatically removes any new sessions that start after the selfbot. If it is set, it will logout sessions not matching the information exactly.
Block All New Logins: Blocks all sessions created after starting the selfbot regardless.
Session Checker Interval: The time in seconds that the session guard will fetch all active Discord sessions.
Whitelisted Sessions: This information can be found in your Discord User Settings > Devices.
Event Blocker
Protected Servers: Requires respective permissions, ex block links requires authority to manage channels.
Block Actions:
Member Joins: Kicks all new members that attempt to join the sever, useful for raids.
Links: Deletes all messages that include http://, https://, or www.
Discord Links: Delete all messages that include discord.com/invite or discord.gg/.
Block Channel Actions:
Create: Deletes any channel that is created.
Update: Reverts changes made to a channel.
Delete: Recreates any channel that gets deleted with matching attributes.
Block Role Actions:
Create: Deletes any role that is created.
Update: Reverts changes made to a role.
Delete: Recreates any role that gets deleted with matching attributes.
Last updated