Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit 6ad2dbd

Browse files
committed
updater.py: add upstream OpenUbot
Signed-off-by: goodmeow <[email protected]>
1 parent 7c1492d commit 6ad2dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbot/modules/updater.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def upstream(ups):
3838
"For .update command, check if the bot is up to date, update if specified"
3939
await ups.edit("`Checking for updates, please wait....`")
4040
conf = ups.pattern_match.group(1).lower()
41-
off_repo = 'https://github.com/mkaraniya/OpenUserBot.git'
41+
off_repo = 'https://github.com/goodmeow/OpenUbot'
4242

4343
try:
4444
txt = "`Oops.. Updater cannot continue due to some problems occured`\n\n**LOGTRACE:**\n"

0 commit comments

Comments
 (0)