Skip to content

Commit

Permalink
kk
Browse files Browse the repository at this point in the history
  • Loading branch information
prono69 committed May 10, 2020
1 parent 905c69e commit 7cacbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uniborg/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def send_plug_in(event):
)
end = datetime.now()
time_taken_in_ms = (end - start).seconds
await event.edit("Betihod Uploaded {} in {} seconds".format(input_str, time_taken_in_ms))
await event.edit("Ok, BTC Uploaded {} in {} seconds".format(input_str, time_taken_in_ms))
await asyncio.sleep(DELETE_TIMEOUT)
await event.delete()

Expand All @@ -82,7 +82,7 @@ async def install_plug_in(event):
)
if "(" not in downloaded_file_name:
borg.load_plugin_from_file(downloaded_file_name)
await event.edit("Bhosdike Installed Plugin `{}`".format(os.path.basename(downloaded_file_name)))
await event.edit("Bsdk Installed Plugin `{}`".format(os.path.basename(downloaded_file_name)))
else:
os.remove(downloaded_file_name)
await event.edit("`Abe Sale ! Plugin already exists, Can't instll`")
Expand Down

0 comments on commit 7cacbaa

Please sign in to comment.