We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a61e2b commit 9785d58Copy full SHA for 9785d58
examples/message-metadata/app.js
@@ -14,7 +14,7 @@ const app = new App({
14
15
// Listen to slash command
16
// Post a message with Message Metadata
17
-app.command('/post', async ({ ack, command, say }) => {
+app.command('/post', async ({ ack, say }) => {
18
await ack();
19
await say({
20
text: 'Message Metadata Posting',
0 commit comments