I am unable to provide more details, as it did not tell me which line it happened.
My source is [here](https://github.com/austinhuang0131/lydia-1/blob/master/start.js).
@austinhuang0131 ow, I know as much as you do in this case. 🤔
I would suggest you use .catch blocks everywhere (i.e. better error handling) to see where the error occurs and why.
Also, see if the error occurs on a specific message / command, so you can inspect that block of code.
@austinhuang0131 ow, I know as much as you do in this case. 🤔
I would suggest you use `.catch` blocks everywhere (i.e. better error handling) to see where the error occurs and why.
Also, see if the error occurs on a specific message / command, so you can inspect that block of code.
1. Well, I put bot.command(...).catch(...) but it doesn't seem to work (not a function). I have bluebird. Solved.
2. Telegram will re-send all messages that had not been handled, so this is not going to work.
Sorry about that.
~~1. Well, I put `bot.command(...).catch(...)` but it doesn't seem to work (not a function). I have bluebird.~~ Solved.
2. Telegram will re-send all messages that had not been handled, so this is not going to work.
Sorry about that.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As the title said.
More details please.
I am unable to provide more details, as it did not tell me which line it happened.
My source is here.
@austinhuang0131 ow, I know as much as you do in this case. 🤔
I would suggest you use
.catchblocks everywhere (i.e. better error handling) to see where the error occurs and why.Also, see if the error occurs on a specific message / command, so you can inspect that block of code.
1. Well, I putSolved.bot.command(...).catch(...)but it doesn't seem to work (not a function). I have bluebird.2. Telegram will re-send all messages that had not been handled, so this is not going to work.
Sorry about that.
@austinhuang0131 Glad your problem was solved! 👍