GoldyBot.utility.goldy.currencies
class
Currencies:
4class Currencies: 5 """All the main Goldy Bot Currencies classes.""" 6 7 GoldyCredits = currency.GoldyCredits
All the main Goldy Bot Currencies classes.
53class GoldyCredits(Currency): 54 """The main Goldy Bot currency.""" 55 def __init__(self): 56 super().__init__("goldCoins", "Goldy Credits")
The main Goldy Bot currency.