Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|