diff --git a/userbot/modules/updater.py b/userbot/modules/updater.py index 3d71e25d9..2bca19b81 100644 --- a/userbot/modules/updater.py +++ b/userbot/modules/updater.py @@ -7,7 +7,7 @@ This module updates the userbot based on Upstream revision """ -from os import remove, execle, path, makedirs, getenv +from os import remove, execle, path, makedirs, getenv, environ from shutil import rmtree import asyncio import sys @@ -190,4 +190,4 @@ async def upstream(ups): \nUsage: Checks if the main userbot repository has any updates and shows a changelog if so.\ \n\n.update now\ \nUsage: Updates your userbot, if there are any updates in the main userbot repository." -}) \ No newline at end of file +})