From 0b1f7af02cbd3cd956b540af8633218d110654f8 Mon Sep 17 00:00:00 2001 From: Muthalib <85754819+abdullaalmuthalib@users.noreply.github.com> Date: Sun, 13 Jun 2021 07:49:49 +0530 Subject: [PATCH] Update __main__.py --- tg_bot/__main__.py | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/tg_bot/__main__.py b/tg_bot/__main__.py index c26b9fe..c60483a 100644 --- a/tg_bot/__main__.py +++ b/tg_bot/__main__.py @@ -18,16 +18,9 @@ from tg_bot.modules.helper_funcs.misc import paginate_modules PM_START_TEXT = """ -ഹായ് {}, എന്റെ പേര് {}! എന്നെ ഉപയോഗിക്കേണ്ടത് എങ്ങനെ ആണെന്നുള്ളതിൽ എന്തേലും സംശയം ഉണ്ടെങ്കിൽ /help കൊടുത്താൽ മതിയാകും... -എന്റെ ന്യൂ ഫീച്ചേർസ് ചാനലിൽ @MarieChechi ഇടുന്നതായിരിക്കും. സംശയങ്ങൾക്ക് @InFoTelGroup എന്ന ഗ്രൂപ്പിൽ വരാവുന്നതാണ്..... - -എന്നെ നോക്കി നടത്തുന്നത് [ഇദ്ദേഹം](tg://user?id={}) ആണ് . എന്നെ നിർമിച്ചിരിക്കുന്നത് python3യിൽ -python-telegram-bot library ഉപയോഗിച്ചാണ്.... ഞാൻ പൂർണമായും opensource ആണ്.. എന്റെ കോഡ് നിങ്ങൾക്ക് [ഇവിടെ](https://heroku.com/deploy?template=https://github.com/TGExplore/Marie_Chechi2.0) കാണാവുന്നതാണ്... -എന്നെ ഉപയോഗിക്കാൻ ആവിശ്യമായ commandകൾ അറിയാൻ /help കൊടുത്താൽ മതിയാകും.. -വിവരങ്ങൾക്കായി /info ഉപയോഗിക്കാവുന്നതാണ്... - -Using standard [Marie](http://telegram.dog/BanhammerMarie_bot) is always gonna be easier. -എന്റെ ചേച്ചിയായ [Marie](http://telegram.dog/BanhammerMarie_bot) ഉപയോഗിക്കുന്നത് എല്ലായ്പ്പോഴും എളുപ്പമായിരിക്കും. മേരി ചേച്ചിക്ക് English മാത്രമേ അറിയൂ.. +ഹായ് {}, എന്റെ പേര് {}! +എന്റെ പ്രവർത്തികൾ എന്റെ [അഡ്മിന്റെ](https://t.me/owner_movie_arcade)വാക്കുകൾ ആണ്. +എന്നെ [MOVIE ARCADE](https://t.me/MOVIE_ARCADE)ഗ്രൂപ്പിൽ മാത്രമേ ഉപയോഗിക്കാൻ പറ്റു. """ @@ -50,10 +43,9 @@ """.format(dispatcher.bot.first_name, "" if not ALLOW_EXCL else "\nഈ പറഞ്ഞിരിക്കുന്ന commandകൾ എല്ലാം / അല്ലെങ്കിൽ ! വെച്ച് ഉപയോഗിക്കാവുന്നതാണ്...\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](https://t.me/owner_movie_arcade) 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 = []