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:
@@ -54,7 +54,7 @@ STUFF = {}
|
||||
# Feel Free to Add Any other...
|
||||
|
||||
NOSPAM_CHAT = [
|
||||
-1001327032795, # UltroidSupport
|
||||
-1001361294038, # UltroidSupportChat
|
||||
-1001387666944, # PyrogramChat
|
||||
-1001109500936, # TelethonChat
|
||||
-1001050982793, # Python
|
||||
|
||||
@@ -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"),
|
||||
],
|
||||
]
|
||||
|
||||
|
||||
@@ -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!**
|
||||
|
||||
@@ -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"),
|
||||
]
|
||||
]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user