From 8d7eabb733dc357137fd20a286f6d723748c72df Mon Sep 17 00:00:00 2001 From: Arnab Chowdhury <88272767+xrnab@users.noreply.github.com> Date: Sat, 21 Aug 2021 18:41:51 +0530 Subject: [PATCH] Update __main__.py --- tg_bot/__main__.py | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/tg_bot/__main__.py b/tg_bot/__main__.py index 476a0b2a..2fd6a506 100644 --- a/tg_bot/__main__.py +++ b/tg_bot/__main__.py @@ -18,19 +18,32 @@ from tg_bot.modules.helper_funcs.misc import paginate_modules PM_START_TEXT = """ -hoi {}, my name is {}! if you have any questions about how to use me please give me /help... +hoi {}, my name is {}!(https://telegra.ph/file/143c888316270c2c13b45.jpg) im a group manager bot maintained by [this person](tg://user?id={}). -My future updates will be put into This Channel - @MarieChechi & My Support Group @InFoTelGroup. - -This is my [Deploy Code](https://heroku.com/deploy?template=https://github.com/TGExplore/Marie-2.0-English), -you can create clone same like me.. +""" +buttons = [ + [ + InlineKeyboardButton( + text="𝐀𝐝𝐝 𝐌𝐞 𝐓𝐨 𝐘𝐨𝐮𝐫 𝐏𝐥𝐚𝐜𝐞😇", url="t.me/EVIL_XOBOT?startgroup=true"), + ], + [ + InlineKeyboardButton(text="𝐀𝐛𝐨𝐮𝐭💝", callback_data="evil_"), + ], + [ + InlineKeyboardButton(text="𝐒𝐮𝐩𝐩𝐨𝐫𝐭🛠", url="https://t.me/obito_supports"), + ], + + [ + InlineKeyboardButton(text="𝐇𝐞𝐥𝐩 & 𝐂𝐨𝐦𝐦𝐚𝐧𝐝𝐬❔", callback_data="help_back"), + ], +] + +My support group - @obito_supports For more commands click /help... -**Keep in mind that any changes you DO do to the source have to be on github, as per the license.** - """ HELP_STRINGS = """ @@ -50,10 +63,8 @@ """.format(dispatcher.bot.first_name, "" if not ALLOW_EXCL else "\nAll of the following commands / or ! can be used...\n") DONATE_STRING = """Heya, glad to hear you want to donate! -It took lots of work for [my creator](t.me/SonOfLars) to get me to where I am now, and every donation helps \ -motivate him to make me even better. All the donation money will go to a better VPS to host me, and/or beer \ -(see his bio!). He's just a poor student, so every little helps! -There are two ways of paying him; [PayPal](paypal.me/PaulSonOfLars), or [Monzo](monzo.me/paulnionvestergaardlarsen).""" +It took lots of work for [my creator](t.me/xrnab) to get me to where I am now, and every donation helps \ +motivate him to make me even better. """ IMPORTED = {} MIGRATEABLE = []