Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
1Danish-00 authored Mar 8, 2021
1 parent 21c6136 commit a104e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assistant/customvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def name(event):
name = "PM Text"
async with event.client.conversation(pru) as conv:
await conv.send_message(
"**PM Text**\nEnter the new Pmpermit text.\n\nu can use `{name}` `{fullname}` `{count}` `{mention}` `{username}` Too\n\nUse /cancel to terminate the operation."
"**PM Text**\nEnter the new Pmpermit text.\n\nu can use `{name}` `{fullname}` `{count}` `{mention}` `{username}` to get this from user Too\n\nUse /cancel to terminate the operation."
)
response = conv.wait_event(events.NewMessage(chats=pru))
response = await response
Expand Down Expand Up @@ -157,7 +157,7 @@ async def media(event):
return await conv.send_message("Operation cancelled!!")
except BaseException:
pass
media = await event.client.download_media(response, "alvpcc")
media = await event.client.download_media(response, "pmpcc")
if not (response.text).startswith("/") and not response.text == "":
url = response.text
else:
Expand Down

0 comments on commit a104e40

Please sign in to comment.