from .founderlessnotify import FounderlessNotify def setup(bot): cog = FounderlessNotify(bot) bot.add_cog(cog)