Araeynn commited on
Commit
6e03df8
1 Parent(s): 8aef5a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(user).lower()]
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: