forked from rDrama/rDrama
1
0
Fork 0

add exclamation mark

master
Aevann 2023-07-17 17:49:07 +03:00
parent 21fa8c7996
commit fe183b7fef
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
if new not in {"-1", "0", "1"}: abort(400)
if request.headers.get("Authorization"):
abort(403, "Bots aren't allowed to vote right now")
abort(403, "Bots aren't allowed to vote right now!")
new = int(new)
target = None