/masskick-bot

Mass ban but for kicks

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

A simple bot that helps you mass-kick users

Requirements

Installation

# Clone the repository
git clone https://github.com/mist8kengas/masskick-bot

Usage

# Copy .env.example to .env and modify the environment variables
cp .env.example .env

# Install required packages
npm install

# Update slash commands of application
npm run put-commands

# Run the bot
npm start