Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/showcase-bot/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slack:
commands:
- command: /showcase
description: Block Kit showcase commands
usage_hint: '[generate|clear|modal|help]'
usage_hint: '[generate|block-kit|clear|modal|help]'
shortcuts:
- callback_id: showcase_message_context
name: Showcase message context
Expand Down
1 change: 1 addition & 0 deletions apps/showcase-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"test": "echo 'No tests yet'"
},
"dependencies": {
"@botarium/block-kit": "workspace:*",
"@slack/bolt": "^4.6.0",
"@slack/types": "^2.15.0",
"@slack/web-api": "^7.10.0",
Expand Down
Loading