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

https://github.com/codemeapixel/skynet-website

Website for my Verified Discord Bot | Skney Bot | A Purpose built anti-nuke bot | Made with: React, HTML, CSS
https://github.com/codemeapixel/skynet-website

css discord discord-bot html react template website

Last synced: 8 months ago
JSON representation

Website for my Verified Discord Bot | Skney Bot | A Purpose built anti-nuke bot | Made with: React, HTML, CSS

Awesome Lists containing this project

README

          

# Skynet
A purpose built anti-nuke Discord bot. | Official Website

---

#### How Skynet Works

Skynet allows server owners to set strict limits on administration actions. These actions include: bans, kicks, channel creations/deletions, and role creations/deletions. Once these limits are met, their Discord permissions are automatically revoked via removing all of their roles.

---

#### Setup

*Requires Node v12 for discord.js*

**1.** Add `BOT_TOKEN` property to a .env file

**2.** Configure `config.js` to your personal preferences

**3.** Run `npm start` to start the bot

**4.** Ensure the highest role the bot has is higher than others so it can remove their roles

---

#### Commands

*You can mention the bot instead of using a prefix*

**`sky.prefix [prefix]`** Displays the current prefix, changes the prefix if specified

**`sky.limits [index] [value]`** Displays the limits, changes an index's value if specified

**`sky.reset [type]`** Resets the specified data or collection

**`sky.recent [ID]`** Displays recent moderation actions that can trigger the bot's limits

---