global --> guild
This commit is contained in:
parent
019f68a1e8
commit
5aebdc5eed
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue