Skip to content

Commit 0d6ec4b

Browse files
committed
v.2
1 parent baf90ec commit 0d6ec4b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
297296
Also, 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) )

0 commit comments

Comments
 (0)