Araeynn commited on
Commit
c804e1e
·
verified ·
1 Parent(s): 2609967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -459,7 +459,7 @@ async def on_message(message):
459
  er = 0
460
  y = round(time.time()) - int(er)
461
  print(y)
462
- if (str(message.channel.id) in o.split("\n")) or (guild_name == "Direct):
463
  if y < 5:
464
  return 0
465
  with open(f"usrtime/{message.author}", "w") as f:
 
459
  er = 0
460
  y = round(time.time()) - int(er)
461
  print(y)
462
+ if (str(message.channel.id) in o.split("\n")) or (guild_name == "Direct"):
463
  if y < 5:
464
  return 0
465
  with open(f"usrtime/{message.author}", "w") as f: