parth0207 / UltroidAddons

Plugins repository. Read the readme for more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UltroidAddons

Plugins repository for @TheUltroid.

Contributing

If you want to contribute to this repository (adding your plugins/porting from other bots), use the below format and create a pull request.
⚠️ First check whether the stuff you push works. Also, if the pull request doesn't follow the below format, it will be closed without notice.

# Credits @username (creator of plugin and who ported)   
   
# Ported from (if ported else skip)   
   
# Ported for Ultroid < https://github.com/TeamUltroid/Ultroid >   

Kindly do not steal others works without credits.

Example Plugin

Required Import are Automatically Done.

@ultroid_cmd(pattern="hi")
async def hello_world(event):
    await event.reply("Hello World")

Made with 💕 by @TeamUltroid.

About

Plugins repository. Read the readme for more!


Languages

Language:Python 100.0%