miss
This commit is contained in:
parent
a69111201c
commit
16a3e6f23c
@ -158,7 +158,7 @@ async def shellrunner(client, message):
|
|||||||
if len(output) > 4096:
|
if len(output) > 4096:
|
||||||
with open("output.txt", "w+") as file:
|
with open("output.txt", "w+") as file:
|
||||||
file.write(output)
|
file.write(output)
|
||||||
await app.send_document(
|
await bot.send_document(
|
||||||
message.chat.id,
|
message.chat.id,
|
||||||
"output.txt",
|
"output.txt",
|
||||||
reply_to_message_id=message.message_id,
|
reply_to_message_id=message.message_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user