Skip to content

Plugins repository. Read the readme for more!

Notifications You must be signed in to change notification settings

DoctorVicky/UltroidAddons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

if Your plugin need any additional requirements, it can be added to addons.txt

Made with 💕 by @TeamUltroid.

About

Plugins repository. Read the readme for more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%