From 184be58316b948f7d6526b47cfb252a0823aae07 Mon Sep 17 00:00:00 2001 From: Muthalib <85754819+abdullaalmuthalib@users.noreply.github.com> Date: Sun, 20 Jun 2021 09:33:48 +0530 Subject: [PATCH] Update __main__.py --- tg_bot/__main__.py | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/tg_bot/__main__.py b/tg_bot/__main__.py index 476a0b2a..8fc7a2d0 100644 --- a/tg_bot/__main__.py +++ b/tg_bot/__main__.py @@ -18,19 +18,7 @@ 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... - -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.. - -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.** - +No one gonna help you """ HELP_STRINGS = """ @@ -50,10 +38,9 @@ """.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 \ +It took lots of work for [my creator](t.me/Jinn_of_universe) 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).""" +(see his bio!). He's just a poor student, so every little helps!.""" IMPORTED = {} MIGRATEABLE = []