diff --git a/plugins/broadcast.py b/plugins/broadcast.py index f370b8e..154c9e5 100644 --- a/plugins/broadcast.py +++ b/plugins/broadcast.py @@ -317,3 +317,5 @@ async def sending(event): ) except BaseException: await x.edit("Set up log channel for checking errors.") + +HELP.update({f"{__name__.split('.')[1]}": f"{__doc__.format(i=HNDLR)}"})