Skip to content

Commit

Permalink
TAG : Nana-Bot Version 2.2
Browse files Browse the repository at this point in the history
this is last version of nana 2.x, using pyrogram version 0.8.x

changelog 2.1 -> 2.2 :
- Customize Theme
- Add Heroku Vars
- Some improvements at Nana Assistant

next update will be using latest pyrogram 1.0.x, and merge some modules from nana-remix.
future nana tag version will be 3.x.
  • Loading branch information
firman committed Sep 26, 2020
1 parent 4eacf58 commit 7c7b52f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nana/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
logging.error("You MUST have a python version of at least 3.6! Multiple features depend on this. Bot quitting.")
quit(1)

USERBOT_VERSION = "2.1"
ASSISTANT_VERSION = "2.1"
USERBOT_VERSION = "2.2"
ASSISTANT_VERSION = "2.2"

OFFICIAL_BRANCH = ('master')
REPOSITORY = "https://github.com/legenhand/Nana-bot.git"
Expand Down
2 changes: 1 addition & 1 deletion nana/modules/devs.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ async def alive(_client, message):
me = await app.get_me()
except ConnectionError:
me = None
text = "[Nana-Remix](https://github.com/legenhand/Nana-Bot)** Up and Running:**\n"
text = "[Nana-Bot](https://github.com/legenhand/Nana-Bot)** Up and Running:**\n"
if not me:
text += "- Userbot: `Stopped (v{})`\n".format(USERBOT_VERSION)
else:
Expand Down

0 comments on commit 7c7b52f

Please sign in to comment.