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