LyubomirT / Discord_Mod_Bot-pr

FOLKS!! , Here is the PLUG-n-PLAY discord mod bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord_Mod_Bot

Hi there! This is a PLUG-n-PLAY Discord moderation bot.

NOTE: A new version of the bot will be released regularly, so make sure to check the page for updates.

How to Use?

Simply install the provided zip file and open it in any Python editor. Make sure to install the dependencies. Since all the code is pre-written, you just need to add your Bot token in the token section.

Key Features

  • Modern Pythonic API using async and await
  • Proper rate limit handling
  • Optimized in both speed and memory

Installing

Python 3.8 or higher is required.

To install the library, you can run the following command:

# Linux/macOS
python3 -m pip install -U nextcord python-dotenv

# Windows
py -3 -m pip install -U nextcord python-dotenv

Version-1.1 Features:

  • KICK user
  • BAN user
  • Unban user
  • Slash commands

Setting up Bot Token

  1. Create a .env file in the root directory of your project.
  2. Add your Discord Bot token in the .env file in the following format:
BOT_TOKEN=...
  1. The ... in the example above must be replaced with your actual bot token.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Screenshot 5

Screenshot 6

About

FOLKS!! , Here is the PLUG-n-PLAY discord mod bot

License:MIT License


Languages

Language:Python 100.0%