Skip to content

Commit

Permalink
fix: add missing 'Coinbase' exchange to the Telegram Bot list
Browse files Browse the repository at this point in the history
  • Loading branch information
mominafiz committed Mar 3, 2024
1 parent c193d59 commit 9ca6b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
EXCHANGE, MARKET, ANYOVERRIDES, OVERRIDES, SAVE, START = range(6)
EXCEPT_EXCHANGE, EXCEPT_MARKET = range(2)

replykeyboard = [["Coinbase Pro", "Binance", "Kucoin"]]
replykeyboard = [["Coinbase", "Coinbase Pro", "Binance", "Kucoin"]]

markup = ReplyKeyboardMarkup(replykeyboard, one_time_keyboard=True)

Expand Down

0 comments on commit 9ca6b31

Please sign in to comment.