From 58531fc97bbf4391d4d031392c839e0943c746d4 Mon Sep 17 00:00:00 2001 From: Devang228 <77545306+Devang228@users.noreply.github.com> Date: Fri, 12 Feb 2021 14:36:50 +0530 Subject: [PATCH 1/3] Update __main__.py --- tg_bot/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg_bot/__main__.py b/tg_bot/__main__.py index 0dffdbf..67f711b 100644 --- a/tg_bot/__main__.py +++ b/tg_bot/__main__.py @@ -35,7 +35,7 @@ HELP_STRINGS = """ -*Helpful Commands :* [.](https://telegra.ph/file/2fbf54ecf569496431507.jpg) +*Helpful Commands :* [.](https://telegra.ph/file/2b2298b32cebc2856c706.jpg) ✧ /start: Starts me! You've probably already used this. ✧ /help: Sends this message; I'll tell you more about myself! ✧ /settings: From 8088ca36ff3679dc3274dd2177d8e49b7ce2be68 Mon Sep 17 00:00:00 2001 From: Vivek89625 <79323068+Vivek89625@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:10:10 +0530 Subject: [PATCH 2/3] Update sample_config.py --- tg_bot/sample_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg_bot/sample_config.py b/tg_bot/sample_config.py index 6cb78d0..c0b972e 100644 --- a/tg_bot/sample_config.py +++ b/tg_bot/sample_config.py @@ -15,7 +15,7 @@ class Config(object): OWNER_USERNAME = "YOUR USERNAME HERE" # RECOMMENDED - SQLALCHEMY_DATABASE_URI = 'sqldbtype://username:pw@hostname:port/db_name' # needed for any database modules + SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'app.db') # needed for any database modules MESSAGE_DUMP = None # needed to make sure 'save from' messages persist LOAD = [] # sed has been disabled after the discovery that certain long-running sed commands maxed out cpu usage From 94da92de1253673aa03a94b60cec39418e7c4583 Mon Sep 17 00:00:00 2001 From: Devang228 <77545306+Devang228@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:26:42 +0530 Subject: [PATCH 3/3] Revert "Update sample_config.py" --- tg_bot/sample_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tg_bot/sample_config.py b/tg_bot/sample_config.py index c0b972e..6cb78d0 100644 --- a/tg_bot/sample_config.py +++ b/tg_bot/sample_config.py @@ -15,7 +15,7 @@ class Config(object): OWNER_USERNAME = "YOUR USERNAME HERE" # RECOMMENDED - SQLALCHEMY_DATABASE_URI = 'sqlite:///' + os.path.join(basedir, 'app.db') # needed for any database modules + SQLALCHEMY_DATABASE_URI = 'sqldbtype://username:pw@hostname:port/db_name' # needed for any database modules MESSAGE_DUMP = None # needed to make sure 'save from' messages persist LOAD = [] # sed has been disabled after the discovery that certain long-running sed commands maxed out cpu usage