Upload files to "/"
This commit is contained in:
parent
aefa47ff82
commit
4560be3e30
1 changed files with 3 additions and 1 deletions
4
ubot.py
4
ubot.py
|
@ -583,7 +583,8 @@ async def main():
|
|||
for patient in bioebbing_ids:
|
||||
await asyncio.sleep(random.uniform(1.234, 4.222))
|
||||
await event.respond(f'биоеб {patient}')
|
||||
|
||||
|
||||
|
||||
@client.on(events.NewMessage(pattern='.+Резервная копия жертв'))
|
||||
async def bio_backup(event):
|
||||
m = event.message
|
||||
|
@ -621,6 +622,7 @@ async def main():
|
|||
print(f'added: {added}')
|
||||
|
||||
|
||||
@client.on(events.NewMessage(outgoing=True, pattern=r'\.biostealbackup'))
|
||||
async def bio_steal_backup(event):
|
||||
cmd = event.text.split(' ', 1)
|
||||
if len(cmd) > 1:
|
||||
|
|
Loading…
Reference in a new issue