You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devesh Pal edited this page Jul 18, 2022
·
1 revision
Imports
You can import most of things that you may need while creating plugins from init file of the folder (either addons or plugins)
from . import*
Command Handler
ultroid_cmd is the decorator used for handling message update (that is commands or relevant).
ultroid_cmd do most of the work like managing handlers for dual/bot/user mode or even manager.