Skip to content

Commit

Permalink
Release 2.07 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
baalajimaestro authored Dec 12, 2018
1 parent b7a6af4 commit 30bc146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbot/modules/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async def sysdetails(e):
@bot.on(events.MessageEdited(outgoing=True,pattern='^.botversion$'))
async def bot_ver(e):
if not e.text[0].isalpha() and e.text[0]!="!" and e.text[0]!="/" and e.text[0]!="#" and e.text[0]!="@":
await e.edit('`UserBot Version: Modular r2.07-b`')
await e.edit('`UserBot Version: Modular r2.07`')


@bot.on(events.NewMessage(outgoing=True,pattern='^.userid$'))
Expand Down

0 comments on commit 30bc146

Please sign in to comment.