remotes/1693045480750635534/spooky-22
Aevann1 2021-07-24 22:52:47 +02:00
parent 391053c637
commit c518bba4d1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ beams_client = PushNotifications(
@auth_required
def suicide(v, username):
t = int(time.time())
if t - v.suicide_utc < 86400: return "You can't do that again today!", 429
if t - v.suicide_utc < 86400: return "", 429
user = get_user(username)
suicide = f"""Hi there,