From 6af1d06b2c0105393638d82ec475876e31718ab4 Mon Sep 17 00:00:00 2001 From: bobloy Date: Thu, 10 Sep 2020 09:15:55 -0400 Subject: [PATCH] Add identifier to launchlib config in case I use it later --- launchlib/launchlib.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/launchlib/launchlib.py b/launchlib/launchlib.py index e34a23d..ae870fd 100644 --- a/launchlib/launchlib.py +++ b/launchlib/launchlib.py @@ -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 = {}