/pyRiZoeLX

Functions base Library - Pyrogram

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

RiZoeLX

pyRiZoeLX

  • PyPI - Version PyPI - Downloads

About: pyRiZoeLX have many useful functions, that you can use in your repos/repostory. It'll make you code/bot smooth and fast!

Installation

pip3 install pyRiZoeLX

Import functions

from RiZoeLX.functions import <functions name>

Functions available:

Click Here

Example.

from RiZoeLX.functions import ban_user
from pyrogram import Client, filters 
from pyrogram.types import Message


@Client.on_message(filters.command("ban"))
async def ban_(client, message):
   await ban_user(client, message)