forked from rDrama/rDrama
1
0
Fork 0

fix 500 error

master
Aevann1 2022-11-02 05:23:46 +02:00
parent 111c9ab208
commit 7a103d5143
1 changed files with 1 additions and 2 deletions

View File

@ -135,9 +135,8 @@ def execute_slots_command(v:User, u:User, c:Comment):
abort(403, "You are under Rehab award effect!")
return
wager = body.split(command_word)[1].split()[0]
try:
wager = body.split(command_word)[1].split()[0]
wager = int(wager)
except:
if v.id == u.id: