madcam

Results 3 comments of madcam

hi, A break has been introduced in this version. https://github.com/bamada/nest-slack-bolt/releases/tag/1.0.0 Please check whether you have updated the module import as follows ` imports: [SlackModule.forRoot()],`

I ran a test with the latest version of the module `1.1.1` and Nestjs `v10.3.2`. I didn't get any error. Could you tell me which version you use for Nestjs...

In your implementation, you don't take into account the `challenge` part that is not managed by this module. doc: https://api.slack.com/events/url_verification Moreover, you can also use [@Event](https://github.com/bamada/nest-slack-bolt?tab=readme-ov-file#handling-an-event) annotation to subscribe to...