Telegram Group Management Bot based on Pyrogram
More updates coming soon
Open a Pull request if you wana contribute
Example for making new plugins
from nksama import bot
from pyrogram import filters
@bot.on_message(filters.command('hi'))
def hi(_,message):
message.reply('hi')
Vars :
API_ID - my.telegram.org
API_HASH - my.telegram.org
BOT_TOKEN - @botfather
MONGO_URL