Zxce3 / userbot

Missing whitespace after ,, ;, or : FLK-E231
Style
Minor
a year agoa year old
missing whitespace after ','
 4import asyncio
 5
 6# exec os command and send output to message
 7@app.on_message(filters.command(["exec",">"], prefix) & filters.me) 8async def execCommand(app, msg):
 9    if len(msg.command) < 2:
10        await msg.edit("Usage: `exec [command]`")