freddyaboulton HF staff commited on
Commit
3f6bcaa
1 Parent(s): fcecf22

Deploy Discord Bot

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -171,6 +171,10 @@ else:
171
  ## How to use it?
172
 
173
  The bot can be triggered via `/llamachat` followed by your text prompt.
 
 
 
 
174
 
175
  ⚠️ Note ⚠️: Please make sure this bot's command does have the same name as another command in your server.
176
  ⚠️ Note ⚠️: Bot commands do not work in DMs with the bot as of now.
 
171
  ## How to use it?
172
 
173
  The bot can be triggered via `/llamachat` followed by your text prompt.
174
+
175
+ This will create a thread with the bot's response to your text prompt.
176
+ You can reply in the thread (without `/llamachat`) to continue the conversation.
177
+ In the thread, the bot will only reply to the original author of the command.
178
 
179
  ⚠️ Note ⚠️: Please make sure this bot's command does have the same name as another command in your server.
180
  ⚠️ Note ⚠️: Bot commands do not work in DMs with the bot as of now.