From 22ddef0aeb17bfb20835e224ca0c88fa1246afb7 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:05:22 +0530 Subject: [PATCH 01/17] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad7630dd..47c5f5ac 100755 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ A modular Telegram Python bot running on python3 with an sqlalchemy database. -Can be found on telegram as [GroupManager](https://t.me/tg_groupmanagerbot). +Can be found on telegram as [GroupZoid](https://t.me/groupzoidbot). -Alternatively, [find me on telegram](https://t.me/xditya)! (Keep all support questions in the support chat, where more people can help you.) +Alternatively, [find me on telegram](https://t.me/divyansh_choudhary)! (Keep all support questions in the support chat, where more people can help you.) -You can also join our support group [here!](https://t.me/tg_groupmanagerbot) +You can also join our support group [here!](https://t.me/groupzoidbot) # Group -[Join Discuss Group](https://t.me/giveaways_24hrs) +[Join Discuss Group](https://t.me/groupzoidsupport) # Report error -Report your problem along with your name to [this person](https://t.me/xditya) +Report your problem along with your name to [this person](https://t.me/divyansh_choudhary) From b0067bea5ff58bf8025b1cbdc2a5058d33bdd4fa Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Sun, 18 Oct 2020 15:11:29 +0530 Subject: [PATCH 02/17] Update __main__.py --- haruka/__main__.py | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 79dd0332..9bfb7ae0 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -24,22 +24,16 @@ You know how hard it is sometimes to manage group so here is the solution for you -I'm group manager bot and Anti-spam for RR Players🃏 +I'm group manager bot and Anti-spam. Activate Anti-spam protection in your BM by this command : /antispam on -Made from the source code of [Aditya 🇮🇳](t.me/xditya) - -Special thanks to [this person](t.me/denver02) for helping me. - -Deploy a bot like me [now](www.github.com/xditya/GroupManager) - -Watch [video tutorial](https://www.youtube.com/watch?v=gXXFpTAk6Vo&feature=youtu.be) on deploying me. +Made from the source code of [Divyansh](t.me/divyansh_choudhary) Click /help or Help button below to find out more about how to use me to my full potential. - Add me to a group by clicking [here](http://t.me/tg_GroupManagerBot?startgroup=true). + Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ @@ -157,6 +151,8 @@ def send_start(bot, update): first_name = update.effective_user.first_name text = PM_START + + keyboard = [[InlineKeyboardButton(text="Join Support Group", t.me/groupzoidsupport")]] keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] From b0b0bebacbfda11e2dbbb950b115a28c2feeea30 Mon Sep 17 00:00:00 2001 From: xditya <58950863+xditya@users.noreply.github.com> Date: Sun, 18 Oct 2020 18:59:00 +0530 Subject: [PATCH 03/17] Update __main__.py --- haruka/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 9bfb7ae0..81289f84 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -29,7 +29,9 @@ Activate Anti-spam protection in your BM by this command : /antispam on -Made from the source code of [Divyansh](t.me/divyansh_choudhary) +Made from the source code of [Divyansh](t.me/divyansh_choudhary) + +Deploy a bot like me [now](www.github.com/xditya/GroupManager) Click /help or Help button below to find out more about how to use me to my full potential. @@ -151,8 +153,6 @@ def send_start(bot, update): first_name = update.effective_user.first_name text = PM_START - - keyboard = [[InlineKeyboardButton(text="Join Support Group", t.me/groupzoidsupport")]] keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] From 241c3650501371b9bfecca0033e9f63f3254c609 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 19 Oct 2020 14:33:32 +0530 Subject: [PATCH 04/17] Update __main__.py --- haruka/__main__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/haruka/__main__.py b/haruka/__main__.py index 81289f84..311c9153 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -35,6 +35,8 @@ Click /help or Help button below to find out more about how to use me to my full potential. +Join Support [Group](t.me/groupzoidsupport) +Join [Channel](t.me/igroupzoid) Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ @@ -152,6 +154,9 @@ def send_start(bot, update): chat = update.effective_chat # type: Optional[Chat] first_name = update.effective_user.first_name text = PM_START + + keyboard += [[InlineKeyboardButton{text=[Join Group👥](t.me/groupzoidsupport)}]] + keyboard = [[InlineKeyboardButton{text=[Join Channel📣](t.me/igroupzoid)}]] keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), From 01820a307958d9bf7118ac6c4c2f05480e0c94bb Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:11:15 +0530 Subject: [PATCH 05/17] __main__py --- haruka/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 311c9153..e97920c5 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -154,9 +154,9 @@ def send_start(bot, update): chat = update.effective_chat # type: Optional[Chat] first_name = update.effective_user.first_name text = PM_START - - keyboard += [[InlineKeyboardButton{text=[Join Group👥](t.me/groupzoidsupport)}]] - keyboard = [[InlineKeyboardButton{text=[Join Channel📣](t.me/igroupzoid)}]] + + + keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), From d6631165b6204d0e1d138145f0731b7427bc87a5 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:28:29 +0530 Subject: [PATCH 06/17] __main__py --- haruka/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index e97920c5..a4e96f37 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -35,8 +35,8 @@ Click /help or Help button below to find out more about how to use me to my full potential. -Join Support [Group](t.me/groupzoidsupport) -Join [Channel](t.me/igroupzoid) +👥Join Support [Group👥](t.me/groupzoidsupport) +📣Join [Channel📣](t.me/igroupzoid) Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ From 07ebef441c3491fd54fe77c4b2e70a60c550849f Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:29:16 +0530 Subject: [PATCH 07/17] __main__py --- haruka/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index a4e96f37..040232e7 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -36,7 +36,7 @@ Click /help or Help button below to find out more about how to use me to my full potential. 👥Join Support [Group👥](t.me/groupzoidsupport) -📣Join [Channel📣](t.me/igroupzoid) +📣Join Updates [Channel📣](t.me/igroupzoid) Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ From 10a2923c9537dd8d64ec08ece318a8a96e9fc181 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:31:53 +0530 Subject: [PATCH 08/17] __main__py --- haruka/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 040232e7..987939ac 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -31,12 +31,13 @@ Made from the source code of [Divyansh](t.me/divyansh_choudhary) -Deploy a bot like me [now](www.github.com/xditya/GroupManager) +Deploy a bot like me [now](www.github.com/divyansh4377/GroupManager) Click /help or Help button below to find out more about how to use me to my full potential. 👥Join Support [Group👥](t.me/groupzoidsupport) 📣Join Updates [Channel📣](t.me/igroupzoid) + Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ From 9d6f5891e30fc15c2258f2f05d0cc79cb2916698 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 12:55:34 +0530 Subject: [PATCH 09/17] __main__py --- haruka/__main__.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 987939ac..538dd487 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -36,7 +36,8 @@ Click /help or Help button below to find out more about how to use me to my full potential. 👥Join Support [Group👥](t.me/groupzoidsupport) -📣Join Updates [Channel📣](t.me/igroupzoid) +📣Join Updates [Channel📣](t.me/igroupzoid) +🤖Support [Bot🤖](t.me/groupzoidsupportbot) Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ @@ -161,8 +162,10 @@ def send_start(bot, update): keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), - InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] - + InlineKeyboardButton(text="❔ Help", callback_data="help_back") + InlineKeyboardButton(text="📣Join Updates Channel📣", {https://t.me/igroupzoid}) + InlineKeyboardButton(text="👥Join Support Group 👥", {https://t.me/groupzoidsupport}) + InlineKeyboardButton(text="🤖Support Bot🤖]] update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN) From b09962a0f4bf2eb466b900e33fa40c0f66225213 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:04:00 +0530 Subject: [PATCH 10/17] __main__.py --- haruka/__main__.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 538dd487..4198d7a7 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -162,11 +162,12 @@ def send_start(bot, update): keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), - InlineKeyboardButton(text="❔ Help", callback_data="help_back") - InlineKeyboardButton(text="📣Join Updates Channel📣", {https://t.me/igroupzoid}) - InlineKeyboardButton(text="👥Join Support Group 👥", {https://t.me/groupzoidsupport}) - InlineKeyboardButton(text="🤖Support Bot🤖]] - update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN) + InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] + keyboard += [[InlineKeyboardButton(text="📣Join Updates Channel📣", {https://t.me/igroupzoid}) + InlineKeyboardButton(text="👥Join Support Group 👥", {https://t.me/groupzoidsupport})]] + keyboard = [[InlineKeyboardButton(text="🤖Support Bot🤖]] + + update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN) def control_panel(bot, update): From be872ddb2351c388c219f2812f7e7b71f19dcf53 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:23:33 +0530 Subject: [PATCH 11/17] __main__.py --- haruka/__main__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 4198d7a7..970a8ac3 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -163,11 +163,11 @@ def send_start(bot, update): keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] - keyboard += [[InlineKeyboardButton(text="📣Join Updates Channel📣", {https://t.me/igroupzoid}) - InlineKeyboardButton(text="👥Join Support Group 👥", {https://t.me/groupzoidsupport})]] - keyboard = [[InlineKeyboardButton(text="🤖Support Bot🤖]] - - update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN) + keyboard += [[InlineKeyboardButton(text="Join Support Group👥", url="t.me/groupzoidsupport") + InlineKeyboardButton(text="📣Join Updates Channel 📣", url="t.me/igroupzoid")]] + keyboard = [[InlineKeyboardButton(text="🤖Support Bot🤖", url="t.me/groupzoidsupportbot")]] + +update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN) def control_panel(bot, update): From 7647487ac9b22bdfa4357eeecf69c9e818b9bccc Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:31:09 +0530 Subject: [PATCH 12/17] Update __main__.py --- haruka/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 970a8ac3..2aae38bf 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -163,9 +163,9 @@ def send_start(bot, update): keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] - keyboard += [[InlineKeyboardButton(text="Join Support Group👥", url="t.me/groupzoidsupport") - InlineKeyboardButton(text="📣Join Updates Channel 📣", url="t.me/igroupzoid")]] - keyboard = [[InlineKeyboardButton(text="🤖Support Bot🤖", url="t.me/groupzoidsupportbot")]] + keyboard += [[InlineKeyboardButton(text="Join Support Group👥", url=f"t.me/groupzoidsupport") + InlineKeyboardButton(text="📣Join Updates Channel 📣", url=f"t.me/igroupzoid")]] + keyboard = [[InlineKeyboardButton(text="🤖Support Bot🤖", url=f"t.me/groupzoidsupportbot")]] update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN) From 4db34678c2de4ba99e64c485455a5a74172c7cc9 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 13:45:31 +0530 Subject: [PATCH 13/17] __main__.py --- haruka/__main__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 2aae38bf..cd2deaf8 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -163,9 +163,6 @@ def send_start(bot, update): keyboard = [[InlineKeyboardButton(text="🇮🇳 Language", callback_data="set_lang_")]] keyboard += [[InlineKeyboardButton(text="🛠 Reporting", callback_data="cntrl_panel_M"), InlineKeyboardButton(text="❔ Help", callback_data="help_back")]] - keyboard += [[InlineKeyboardButton(text="Join Support Group👥", url=f"t.me/groupzoidsupport") - InlineKeyboardButton(text="📣Join Updates Channel 📣", url=f"t.me/igroupzoid")]] - keyboard = [[InlineKeyboardButton(text="🤖Support Bot🤖", url=f"t.me/groupzoidsupportbot")]] update.effective_message.reply_text(PM_START.format(escape_markdown(first_name), bot.first_name), reply_markup=InlineKeyboardMarkup(keyboard), disable_web_page_preview=True, parse_mode=ParseMode.MARKDOWN) From 7d864adbe660474b890543bccce3f704a5570b1e Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:09:00 +0530 Subject: [PATCH 14/17] __main__.py --- haruka/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index cd2deaf8..c0fa425a 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -35,9 +35,9 @@ Click /help or Help button below to find out more about how to use me to my full potential. -👥Join Support [Group👥](t.me/groupzoidsupport) -📣Join Updates [Channel📣](t.me/igroupzoid) -🤖Support [Bot🤖](t.me/groupzoidsupportbot) +👥Join Support [Group👥](http://t.me/groupzoidsupport) +📣Join Updates [Channel📣](http://t.me/igroupzoid) +🤖Support [Bot🤖](http://t.me/groupzoidsupportbot) Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ From 21df61a2d99fc5e4cac283a4758486891e8fda23 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:26:58 +0530 Subject: [PATCH 15/17] __main__.py --- haruka/__main__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index c0fa425a..cdffda47 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -42,6 +42,10 @@ Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ +DONATE_STRING = """Heya, glad to hear you want to donate! 👇🏻 +It took lots of work for [my creator](t.me/Divyansh_choudhary) 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. He's just a poor student, so every little helps! +The way of paying him is, Go to [GZ Donate Bot](t.me/GZDonateBot) by clicking [here](t.me/GZDonateBot) and you will find the way of paying.; [Telegram](t.me/divyansh_choudhary).""" IMPORTED = {} MIGRATEABLE = [] @@ -575,7 +579,8 @@ def main(): settings_handler = CommandHandler("settings", get_settings) settings_callback_handler = CallbackQueryHandler(settings_button, pattern=r"stngs_") - + + donate_handler = CommandHandler("donate", donate) migrate_handler = MessageHandler(Filters.status_update.migrate, migrate_chats) # dispatcher.add_handler(test_handler) From 74eab29096cd386f316b3a3888583a6cf64173f3 Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:44:35 +0530 Subject: [PATCH 16/17] Update __main__.py --- haruka/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index cdffda47..71bd28ec 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -37,7 +37,6 @@ 👥Join Support [Group👥](http://t.me/groupzoidsupport) 📣Join Updates [Channel📣](http://t.me/igroupzoid) -🤖Support [Bot🤖](http://t.me/groupzoidsupportbot) Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ From b41b2543507a34638ad5c27620eebeaf45e1be4d Mon Sep 17 00:00:00 2001 From: Divyansh4377 <73020598+Divyansh4377@users.noreply.github.com> Date: Mon, 26 Oct 2020 17:54:38 +0530 Subject: [PATCH 17/17] Update __main__.py --- haruka/__main__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/haruka/__main__.py b/haruka/__main__.py index 71bd28ec..a2010394 100755 --- a/haruka/__main__.py +++ b/haruka/__main__.py @@ -41,11 +41,6 @@ Add me to a group by clicking [here](http://t.me/GroupzoidBot?startgroup=true). """ -DONATE_STRING = """Heya, glad to hear you want to donate! 👇🏻 -It took lots of work for [my creator](t.me/Divyansh_choudhary) 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. He's just a poor student, so every little helps! -The way of paying him is, Go to [GZ Donate Bot](t.me/GZDonateBot) by clicking [here](t.me/GZDonateBot) and you will find the way of paying.; [Telegram](t.me/divyansh_choudhary).""" - IMPORTED = {} MIGRATEABLE = [] HELPABLE = {} @@ -579,7 +574,6 @@ def main(): settings_handler = CommandHandler("settings", get_settings) settings_callback_handler = CallbackQueryHandler(settings_button, pattern=r"stngs_") - donate_handler = CommandHandler("donate", donate) migrate_handler = MessageHandler(Filters.status_update.migrate, migrate_chats) # dispatcher.add_handler(test_handler)