Skip to main content

A Pyrogram based functional module.

Project description

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)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyRiZoeLX-1.1.4.tar.gz (34.2 kB view hashes)

Uploaded Source

Built Distribution

pyRiZoeLX-1.1.4-py3-none-any.whl (38.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page