Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spyderzz committed Dec 22, 2019
1 parent b8d5f1f commit a79055d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion userbot/modules/afk.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def set_afk(afk_e):
await afk_e.edit(f"Going AFK!\
\nReason: `{string}`")
else:
await afk_e.edit("Going away from Virtual World !!")
await afk_e.edit("`Going away from Virtual World !!`")
if BOTLOG:
await afk_e.client.send_message(BOTLOG_CHATID, "#AFK\nYou went AFK!")
if afk_db:
Expand Down
2 changes: 1 addition & 1 deletion userbot/modules/dogbin.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ async def get_dogbin_content(dog_url):
\nUsage: Create a paste or a shortened url using dogbin (https://del.dog/)\
\n\n.getpaste\
\nUsage: Gets the content of a paste or shortened url from dogbin (https://del.dog/)"
})
})

0 comments on commit a79055d

Please sign in to comment.