Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update __main__.py #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions tg_bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """
Expand All @@ -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 = []
Expand Down