File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,6 @@ async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):
291291_To start using it, add me to one of your chat rooms and give me the ability to send messages if needed._
292292
293293/start or /help - show this message
294- /bind - link with chat \\ [only in groups/channels]
295294/manage - manage bridges
296295
297296Also, I'm a completely open-source bot under GPLv3 license :3
@@ -312,7 +311,6 @@ async def start(update: Update, context: ContextTypes.DEFAULT_TYPE):
312311 application .add_handler ( CommandHandler ('start' , start ) )
313312 application .add_handler ( CommandHandler ('help' , start ) )
314313 application .add_handler ( CommandHandler ('manage' , manage ))
315- application .add_handler ( CommandHandler ('bind' , bridge ))
316314 application .add_handler ( ChatMemberHandler (bridge ) )
317315 application .add_handler ( MessageHandler (filters .TEXT , callback = message ) )
318316 application .add_handler ( CallbackQueryHandler (button ) )
You can’t perform that action at this time.
0 commit comments