Add identifier to launchlib config in case I use it later
This commit is contained in:
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…
x
Reference in New Issue
Block a user