Default for `"Hi {}, I'm Dad"` set to enabled

bangame-develop
bobloy 6 years ago
parent 02b9517688
commit eb32d4afd1

@ -28,7 +28,7 @@ class Dad(Cog):
self.bot = bot self.bot = bot
self.config = Config.get_conf(self, identifier=6897100, force_registration=True) self.config = Config.get_conf(self, identifier=6897100, force_registration=True)
default_guild = {"enabled": False, "nickname": False, "cooldown": 240} default_guild = {"enabled": True, "nickname": False, "cooldown": 240}
self.config.register_guild(**default_guild) self.config.register_guild(**default_guild)

Loading…
Cancel
Save