Add identifier to launchlib config in case I use it later

This commit is contained in:
bobloy 2020-09-10 09:15:55 -04:00
parent d619c9a502
commit 6af1d06b2c

View File

@ -22,7 +22,9 @@ class LaunchLib(commands.Cog):
def __init__(self, bot: Red):
super().__init__()
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 = {}