Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.38 KB

File metadata and controls

35 lines (26 loc) · 1.38 KB

KILLALLBOTS - bot that bans ppl when they have a specific role

Getting Started

Important

Please make sure to install Bun. This project is optimized for Bun. Also install Prettier.

To begin development and testing locally, please follow these steps in your terminal of choice:

  1. Clone the repo by running git clone https://github.com/SolyncSoftware/KILLALLBOTS.git.
  2. Go inside the newly cloned folder (cd KILLALLBOTS).
  3. Run bun install to install the packages.
  4. Great! Now create and configure a new file named .env on the root of the project with your Discord application and roles (please check .ENV configuration template section).
  5. You are now able to run the bot locally and see your Discord application/bot come to life! :)

.ENV configuration template

DISCORD_TOKEN=
ROLE_ID=

Goals

  • Keep Discord servers safe from bot accounts
  • Open source

Resources