Skip to content

Commit

Permalink
Testing notify
Browse files Browse the repository at this point in the history
  • Loading branch information
Tintinnit committed Mar 30, 2024
1 parent 2da59b9 commit 557e65c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/listeners/commands/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// commands/index.ts
import { App } from "@slack/bolt";
import { helpCommandHandler } from "./helpCommand";
import { notifyCommandHandler } from "./notifyCommand";

const register = (app: App): void => {
app.command("/help", helpCommandHandler);
// Other command registrations would go here
app.command("/notify", notifyCommandHandler);
};

export default { register };

0 comments on commit 557e65c

Please sign in to comment.