Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

say() does not exist anymore? #461

Open
alper opened this issue Nov 1, 2024 · 2 comments
Open

say() does not exist anymore? #461

alper opened this issue Nov 1, 2024 · 2 comments

Comments

@alper
Copy link

alper commented Nov 1, 2024

I'm trying to figure out if my bot is connected to slack but it seems even the say() API is not there anymore?

@alper
Copy link
Author

alper commented Nov 1, 2024

So now I have to do:

this.slackService.client.chat.postMessage({
      channel: '#channel',
      text: "I'm here"
    });

@bamada
Copy link
Owner

bamada commented Nov 2, 2024

Which tag are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants