Add identifier to launchlib config in case I use it later

pull/134/head
bobloy 4 years ago
parent d619c9a502
commit 6af1d06b2c

@ -22,7 +22,9 @@ class LaunchLib(commands.Cog):
def __init__(self, bot: Red): def __init__(self, bot: Red):
super().__init__() super().__init__()
self.bot = bot self.bot = bot
self.config = Config.get_conf(self, identifier=0, force_registration=True) self.config = Config.get_conf(
self, identifier=7697117110991047610598, force_registration=True
)
default_guild = {} default_guild = {}

Loading…
Cancel
Save