seratch / ChatGPT-in-Slack

Swift demonstration of how to build a Slack app that enables end-users to interact with a ChatGPT bot
MIT License
441 stars 167 forks source link

Question: socket mode + slash command #51

Closed whyike closed 1 year ago

whyike commented 1 year ago

Is it possible that anywhere in my Slack workspace, when a user sends /gpt [question], the bot will reply privately?

seratch commented 1 year ago

Hi @whyike, you can implement slash command support this way: https://slack.dev/bolt-python/concepts#commands I hope you will achieve your goal soon! Since this is not a question about this repo, let me close this issue now.