https://github.com/codemeapixel/toxic-security
https://github.com/codemeapixel/toxic-security
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemeapixel/toxic-security
- Owner: CodeMeAPixel
- Created: 2020-04-25T16:35:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T18:54:29.000Z (over 5 years ago)
- Last Synced: 2025-12-09T23:52:54.890Z (3 months ago)
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Table of Contents
- [About](#about)
- [Bot Permissions](#perms)
- [Default Prefix](#prefix)
- [Change Prefix](#newPrefix)
- [Command List](#commands)
- [Default Limits](#defLimits)
- [Screenshots](#examples)
- ~~[Support]()~~
- [Invite](https://discordapp.com/api/oauth2/authorize?client_id=650872568374493185&permissions=8&scope=bot)
# Skynet
> Discords best Anti-Nuke Bot.
Protect your server against Malicious Users who want to.
• Ban or Mass Ban Users.
• Create Roles
• Delete Roles
• Delete Channels
And more.
> Skynet sets Limits for all of the Events that can be triggered.
If a user reaches or exceeds the limits the bot will remove **all** their roles as long as it has the needed permissions.
# Permissions
To ensure that the bot works correctly please make sure you provide it `ADMINISTRATOR` Permissions as well as make sure it has the highest position in the Role Hierarchy


• `Customizable`
# Change Prefix
> sky.prefix {newPrefix}
• Replace `{newPrefix}` with a prefix of your choice.
# Commands List
> sky.help - Shows the bots Help Message and a list of commands
> sky.prefix - Shows the bots Current Prefix and how to change it.
> sky.limits - Shows the current Server Limit settings for the bot.
> sky.recent - Shows a list of Recent Events and the user who triggered them.
> sky.reset - Resets the Limits to Default.
# Default Server Limit Settings
• If any user attempts to Nuke the Server by triggering the following events and reaches or exceeds the following limits the bot will remove **ALL** their roles.
```jsx harmony
limits: {
user_removals: {
per_minute: 8,
per_hour: 24
},
role_creations: {
per_minute: 4,
per_hour: 12
},
channel_creations: {
per_minute: 4,
per_hour: 12
},
role_deletions: {
per_minute: 4,
per_hour: 12
},
channel_deletions: {
per_minute: 4,
per_hour: 12
},
unbans: {
per_minute: 8,
per_hour: 24
}
}
```
##### DM'S Owner when Limits are Reached.

##### Up-To Date Event History

##### Set Server Limits to avoid "Nukes".
