global --> guild

This commit is contained in:
SeaswimmerTheFsh 2023-03-14 20:05:21 -04:00
parent 019f68a1e8
commit 5aebdc5eed

View file

@ -7,7 +7,7 @@ class SugonCredit(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
self.config = Config.get_conf(self, identifier=47252584) self.config = Config.get_conf(self, identifier=47252584)
self.config.register_global( self.config.register_guild(
bank_name = "Social Credit Enforcement Agency", bank_name = "Social Credit Enforcement Agency",
currency_name = "Social Credit", currency_name = "Social Credit",
max_bal = 1000000000, max_bal = 1000000000,