Skip to content

Commit 276a758

Browse files
author
DUYN
committed
Add remove tickers telegram command
1 parent 86de502 commit 276a758

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bot/services/telegram.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,10 @@ def _add_tickers(self, update: Update, context: CallbackContext):
217217

218218
return ConversationHandler.END
219219

220+
@authorized_only
221+
def _remove_tickers(self, update: Update, context: CallbackContext):
222+
pass
223+
220224
@authorized_only
221225
def _cancel_conversation(self, update: Update, context: CallbackContext):
222226
logger.info("Conversation is canceled")

0 commit comments

Comments
 (0)