forked from rDrama/rDrama
1
0
Fork 0

"1 lottery tickets" -> "1 lottery ticket"

master
Aevann1 2022-06-11 16:52:20 +02:00
parent 30f71855f4
commit 85b4158d5b
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ def purchase_lottery_tickets(v, quantity=1):
g.db.commit()
if quantity == 1: return True, f'Successfully purchased {quantity} lottery ticket!'
return True, f'Successfully purchased {quantity} lottery tickets!'
def grant_lottery_tickets_to_user(v, quantity):