Araeynn commited on
Commit
ef8cf93
1 Parent(s): 9a0cfb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ async def on_message(message):
182
  )
183
  with open(f"data/{guild_name}/{msgchannel_name}", "r") as f:
184
  context = f.read()
185
- if "Feeway" in guild_name:
186
  async with msgchannel.typing():
187
  context += f"GPT4 Correct Assistant:"
188
  load = random.choice(
 
182
  )
183
  with open(f"data/{guild_name}/{msgchannel_name}", "r") as f:
184
  context = f.read()
185
+ if "Feeway" in guild_name or guild_name == "Direct":
186
  async with msgchannel.typing():
187
  context += f"GPT4 Correct Assistant:"
188
  load = random.choice(