diff --git a/nana/__init__.py b/nana/__init__.py index 7e72bec7..8d75425f 100644 --- a/nana/__init__.py +++ b/nana/__init__.py @@ -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" diff --git a/nana/modules/devs.py b/nana/modules/devs.py index 2a8f2ee6..71e08326 100644 --- a/nana/modules/devs.py +++ b/nana/modules/devs.py @@ -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: