Araeynn commited on
Commit
98c750c
·
verified ·
1 Parent(s): c47e9fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,7 +457,7 @@ async def on_message(message):
457
  er = f.read()
458
  if str(message.channel.id) in o.split("\n") or guild_name == "Direct" and message.author.id not in bannedUsers and time.time() - int(er) < 5:
459
  with open(f"usrtime/{message.author}", "w") as f:
460
- f.write(time.time())
461
  async with msgchannel.typing():
462
  context += f"GPT4 Correct Assistant:"
463
  load = random.choice(
 
457
  er = f.read()
458
  if str(message.channel.id) in o.split("\n") or guild_name == "Direct" and message.author.id not in bannedUsers and time.time() - int(er) < 5:
459
  with open(f"usrtime/{message.author}", "w") as f:
460
+ f.write(str(time.time()))
461
  async with msgchannel.typing():
462
  context += f"GPT4 Correct Assistant:"
463
  load = random.choice(