This commit is contained in:
allinoneallinone00
2024-05-01 22:36:20 +00:00
parent d6ed1f30f8
commit 107530923b
24 changed files with 454 additions and 343 deletions

View File

@@ -37,9 +37,7 @@ from utils.scripts import format_exc
)
async def user_exec(client: Client, message: Message):
if len(message.command) == 1:
await message.edit(
"<b>Code to execute isn't provided</b>"
)
await message.edit("<b>Code to execute isn't provided</b>")
return
code = message.text.split(maxsplit=1)[1]