Fix Docker Deploy and other minor fixes

* Update Reference to old support chat by @xditya
* Fix Docker Deploy
* Update Telethon layer to latest
* closes #321

Co-Authored-By: Danish <danish@ultroid.tech>
Co-Authored-By: TechiError <error@notavailable.live>
Co-Authored-By: Aditya <me@xditya.me>
Co-Authored-By: Amit Sharma <48654350+buddhhu@users.noreply.github.com>
This commit is contained in:
Devesh Pal
2022-07-21 15:30:16 +05:30
parent 483fd479b4
commit 29da05966d
35 changed files with 88 additions and 87 deletions

View File

@@ -54,7 +54,7 @@ STUFF = {}
# Feel Free to Add Any other...
NOSPAM_CHAT = [
-1001327032795, # UltroidSupport
-1001361294038, # UltroidSupportChat
-1001387666944, # PyrogramChat
-1001109500936, # TelethonChat
-1001050982793, # Python

View File

@@ -54,7 +54,7 @@ upage = 0
SUP_BUTTONS = [
[
Button.url("• Repo •", url="https://github.com/TeamUltroid/Ultroid"),
Button.url("• Support •", url="t.me/UltroidSupport"),
Button.url("• Support •", url="t.me/ultroidsupportchat"),
],
]

View File

@@ -17,7 +17,7 @@ REPOMSG = """
• **ULTROID USERBOT** •\n
• Repo - [Click Here](https://github.com/TeamUltroid/Ultroid)
• Addons - [Click Here](https://github.com/TeamUltroid/UltroidAddons)
• Support - @UltroidSupport
• Support - @UltroidSupportChat
"""
RP_BUTTONS = [
@@ -25,7 +25,7 @@ RP_BUTTONS = [
Button.url(get_string("bot_3"), "https://github.com/TeamUltroid/Ultroid"),
Button.url("Addons", "https://github.com/TeamUltroid/UltroidAddons"),
],
[Button.url("Support Group", "t.me/ultroidsupport")],
[Button.url("Support Group", "t.me/ultroidsupportchat")],
]
ULTSTRING = """🎇 **Thanks for Deploying Ultroid Userbot!**

View File

@@ -89,7 +89,7 @@ ULTPIC = INLINE_PIC or choice(ULTROID_IMAGES)
buttons = [
[
Button.url(get_string("bot_3"), "https://github.com/TeamUltroid/Ultroid"),
Button.url(get_string("bot_4"), "t.me/UltroidSupport"),
Button.url(get_string("bot_4"), "t.me/ultroidsupportchat"),
]
]

View File

@@ -11,7 +11,7 @@
create button u can reply to pic also
Format:- `{i}button Hey There! @UseUltroid 😎.
[Ultroid | t.me/theUltroid][Support | t.me/UltroidSupport | same]
[Ultroid | t.me/theUltroid][Support | t.me/ultroidsupportchat | same]
[TeamUltroid | t.me/TeamUltroid]`
"""
import os