update bots
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from .. import Provider as CurrencyProvider
|
||||
|
||||
|
||||
class Provider(CurrencyProvider):
|
||||
price_formats = ["###,###,000", "#,###,000,000", "%,###,###,###,###", "%,###,###,###,000,000"]
|
||||
|
||||
def pricetag(self) -> str:
|
||||
return self.numerify(self.random_element(self.price_formats)) + "\ufdfc"
|
||||
Binary file not shown.
Reference in New Issue
Block a user