-
Notifications
You must be signed in to change notification settings - Fork 148
Porting to use telebot.v2 #44
Comments
I haven't looked at the differences between v1 and v2. But if you want you're welcome to create a PR to only update the dependency and then we can work on that. |
@metalmatze #45 here please. I just took some hours. Maybe I will come back to work on that in next week. |
Issue (without using dep) go get -u github.com/metalmatze/alertmanager-bot Output: |
Yes, you need to enable Go modules at the moment. Please read this section on how to do that: TL;DR |
It's OK. Maybe we need to change the README.md for others. |
Today I finally put some work into upgrading the telebot library to v2. It turns out it only got worse from its API calls and I actually prefer not to upgrade to it. |
I am doing upgrade telebot from v1 to v2 at https://github.com/vu-long/alertmanager-bot/tree/using_telebot_v2 but it runs with any response. Can you help me?
The text was updated successfully, but these errors were encountered: