slack-io / slacker

Slack Bot Framework
MIT License
40 stars 13 forks source link

feat: Add option to disable URL unfurling in Slacker #14

Closed kathiouchka closed 3 months ago

kathiouchka commented 3 months ago

Add a feature to allow users to choose not to unfurl a URL or link when using Slacker. This is useful for cases where unfurling is not desired or necessary. Additionally, a test case for this feature has been added to main.go.

Closes #11

raed-shomali commented 3 months ago

Excellent work!