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
- Host: GitHub
- URL: https://github.com/codemeapixel/skynet-website
- Owner: CodeMeAPixel
- License: mit
- Created: 2020-11-05T09:15:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-26T03:28:34.000Z (about 4 years ago)
- Last Synced: 2025-06-30T10:50:23.551Z (8 months ago)
- Topics: css, discord, discord-bot, html, react, template, website
- Language: JavaScript
- Homepage: https://skynet-is.a-simp.xyz
- Size: 724 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
---