Add chat feature to discord_bot example (#643)

This commit is contained in:
Dev Khant
2023-09-24 22:19:59 +05:30
committed by GitHub
parent 4768bacf1c
commit 8e0f05055e
2 changed files with 16 additions and 1 deletions

View File

@@ -53,6 +53,10 @@ python -m embedchain.bots.discord --include-question
```text
/query <question>
```
- You can chat with the bot using the slash command:
```text
/chat <question>
```
📝 Note: To use the bot privately, you can message the bot directly by right clicking the bot and selecting `Message`.
🎉 Happy Chatting! 🎉