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

This commit is contained in:
bobloy 2018-10-22 09:48:48 -04:00
parent 02b9517688
commit eb32d4afd1

View File

@ -28,7 +28,7 @@ class Dad(Cog):
self.bot = bot
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)