Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I'll also help when a database schema changes, and some table column needs to be
Join the [news channel](https://t.me/MarieNews) if you just want to stay in the loop about new features or
announcements.

Alternatively, [find me on telegram](https://t.me/SonOfLars)! (Keep all support questions in the support chat, where more people can help you.)
Alternatively, [find me on telegram](https://t.me/Jinn_of_universe)! (Keep all support questions in the support chat, where more people can help you.)

## You can also tap the Deploy To Heroku button below to deploy straight to Heroku!

Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

{
"name": "Marie-2.0 English",
"description": "Telegram's sassiest group manager. Modular Telegram group management bot!",
"name": "oru_adaar_filter_bot",
"description": "Movie arcade group manager!",
"keywords": [
"telegram",
"best",
"group",
"manager",
"3"
],
"repository": "hhttps://github.com/TGExplore/Marie-2.0-English",
"repository": "https://github.com/abdullaalmuthalib/CS_Lab/tree/patch-3",
"env": {
"ENV": {
"description": "Setting this to ANYTHING will enable env variables",
Expand Down
8 changes: 4 additions & 4 deletions tg_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@


SUDO_USERS.add(OWNER_ID)
SUDO_USERS.add(683538773)
SUDO_USERS.add(570400686)
SUDO_USERS.add(466337795)
SUDO_USERS.add(254318997)







Expand Down
18 changes: 2 additions & 16 deletions tg_bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,7 @@
from tg_bot.modules.helper_funcs.chat_status import is_user_admin
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.**

"""
PM_START_TEXT = """NO ONE GONNA HELP YOU."""

HELP_STRINGS = """

Expand All @@ -50,7 +36,7 @@
""".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](http://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)."""
Expand Down
4 changes: 2 additions & 2 deletions tg_bot/sample_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class Config(object):

# REQUIRED
API_KEY = ""
OWNER_ID = "683538773" # If you dont know, run the bot and do /id in your private chat with it
OWNER_USERNAME = "ViruZs"
OWNER_ID = "1718532980" # If you dont know, run the bot and do /id in your private chat with it
OWNER_USERNAME = "Jinn_of_universe"

# RECOMMENDED
SQLALCHEMY_DATABASE_URI = 'sqldbtype://username:pw@hostname:port/db_name' # needed for any database modules
Expand Down