forked from MarseyWorld/MarseyWorld
%5 -> 5%
parent
8975f0e4f2
commit
01dc4db96b
|
@ -49,7 +49,7 @@ def buy_hat(v, hat_id):
|
|||
if v.id != hat.author.id:
|
||||
send_repeatable_notification(
|
||||
hat.author.id,
|
||||
f":marseycapitalistmanlet: @{v.username} has just bought `{hat.name}`, you have received your %5 cut ({int(hat.price * 0.05)} {currency}) :!marseycapitalistmanlet:"
|
||||
f":marseycapitalistmanlet: @{v.username} has just bought `{hat.name}`, you have received your 5% cut ({int(hat.price * 0.05)} {currency}) :!marseycapitalistmanlet:"
|
||||
)
|
||||
|
||||
if v.num_of_hats_bought >= 250:
|
||||
|
|
Loading…
Reference in New Issue