Skip to content

Commit

Permalink
remove help command
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaulus committed Nov 19, 2024
1 parent 196a6b8 commit 3b30250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slackbot/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const app = new App({
process.env.NODE_ENV !== 'production' ? LogLevel.DEBUG : LogLevel.INFO,
});

app.command('/help', async ({ command, ack }) => {
app.command('/help123', async ({ command, ack }) => {
await ack();
await app.client.chat.postEphemeral({
channel: command.channel_id,
Expand Down

0 comments on commit 3b30250

Please sign in to comment.