Replies: 1 comment
-
You can get // main.ts
const bot = app.get(getBotToken());
bot.catch(e => console.error(e)); Also you can use ExeptionFilter's. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to override catch function for whole bot, not in every place I need it through injecting and redefining .catch()?
Beta Was this translation helpful? Give feedback.
All reactions