Closed LtCMDstone closed 2 years ago
Hey I also found another error. When you did the options reshape you forgot to add it to helper/telegram.py
Line 10 should be
with open('options/telegram_bot.json', 'r') as f:
and line 20
with open('options/redeem_options.json', 'r') as f:
thank you for this.
Hey I also found another error. When you did the options reshape you forgot to add it to helper/telegram.py
Line 10 should be
and line 20