Wakaba Chan
Results
2
comments of
Wakaba Chan
我这里是把插件都关了就可启动,开插件就不行
I also met this problem, here's the solution. Check out the example code [here](https://github.com/go-telegram/bot/blob/a19ef6f2dee2d6c30297a7dbeef86b09a1c713cc/examples/edit_message/main.go#L35). The difference is, line 35 checks whether `update.Message` is `nil`. You can do that in your...