Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 558 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 558 Bytes

ByteGuard

Discord Security Bot that prevents priviliged people from destroying the server

Installation

pip install byteguard

Prerequisites

  1. Discord Server
  2. Discord Bot / Token
    • Scopes
      • guilds
      • bot
    • Intents
      • Server Members
      • Message Content
  3. Python3.9 or higher

.env

DISCORD_TOKEN=[Discord Bot Token]
CHANNEL_ID=[Admin Channel ID]
TIMESPAN=[Timespan for the removal reset]
REMOVALS=[Amount of allowed removals within the timespan]