Official Moderation Bot for Pokemon Bot functional and based in the Discord Server, the bot is written in Python using Discord.py
This bot is intended to be used only on Discord Servers, though one can self host it in personal servers for test and educational purposes. Installation guide down below--
Special Thanks to Wiper-R for helping me in completion and active maintainence of the bot.
This bot requires Discord.py v1.7.3+ library as a base dependency which can be installed using the pip package manager by running pip install -r requirements.txt
to install all the base dependancies stored in the requirements.txt
file.
-
Edit the config.py file as per your requirement
DISCORD_BOT_TOKEN = DISCORD_BOT_TOKEN
,OWNERS = []
,DATABASE_URL = DATABASE_URL
,DATABASE_NAME = DATABASE_NAME
Note:- The bot uses MongoDB as database. -
Run bot.py to start the bot!
-
If you need further help then join the Support Server for assistance.
The bot requires Server Members Intent , Server Presence Intent and Message Intent so make sure to enable that by going to your Discord Application -> Bot -> Privilaged Gateway Intents and enabling Server Members Intent. Without this, bot won't be able to access the cache to get user names.
Pull Requests will be accepted on this repository. To create a pull request, go to : https://github.com/Ariz-z/Moderation-By-Pokemon-Bot/pulls. However, this repository will continue to be updated.
21 December 2021:
- Added Moderation System,
- Added Voice Blaclist System,
- Added Banned Words Blaclist System,
- Added Auto-Moderation System,
- Added Custom Prefix System,
- Fixed Some Bugs.
13 December 2021:
- Added Tags system,
- Added mongodb database with support for tag system,
- Added general commands.
1.) Mute system with timestamp.
2.) New Help command.