An open API service indexing awesome lists of open source software.

https://github.com/codemeapixel/toxic-security


https://github.com/codemeapixel/toxic-security

Last synced: 21 days ago
JSON representation

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

![](https://i.imgur.com/UwdPzEn.jpg)

![](https://i.imgur.com/pCFO3AH.jpg)


# Default Prefix
> sky.

• `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
}
}
```


# Bot in Action.

##### DM'S Owner when Limits are Reached.
![](https://i.imgur.com/gbVQrKP.png)

##### Up-To Date Event History
![](https://i.imgur.com/m2U4z2t.jpg)

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

![](https://i.imgur.com/3dmHUHj.jpg)