diff --git a/modules/shell.py b/modules/shell.py index 6dc5ff5a..72814085 100644 --- a/modules/shell.py +++ b/modules/shell.py @@ -56,4 +56,5 @@ async def shell(_, message: Message): await message.edit(text) cmd_obj.kill() + modules_help["shell"] = {"sh [command]*": "Execute command in shell"}