Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -463,7 +463,7 @@ async def on_message(message):
|
|
463 |
if str(message.author).lower() not in userTimes.keys():
|
464 |
usrTime = 5
|
465 |
else:
|
466 |
-
usrTime = userTimes[str(
|
467 |
if message.author.id in bannedUsers:
|
468 |
return 0
|
469 |
if y < usrTime:
|
|
|
463 |
if str(message.author).lower() not in userTimes.keys():
|
464 |
usrTime = 5
|
465 |
else:
|
466 |
+
usrTime = userTimes[str(message.author).lower()]
|
467 |
if message.author.id in bannedUsers:
|
468 |
return 0
|
469 |
if y < usrTime:
|