neo650 / pyRiZoeLX

Functions base Library - Pyrogram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Functions base Library - Pyrogram

License:GNU General Public License v3.0


Languages

Language:Python 100.0%