def setup(bot: commands.Bot): """ The setup function defining the jishaku.cog and jishaku extensions. """ bot.add_cog(Jishaku(bot=bot))
def setup(bot: commands.Bot) -> None: """Load the Cog.""" bot.add_cog(MakeGurkan(bot))
def setup(bot: commands.Bot): bot.add_cog(DarkPoolShortsCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(ScreenerCommands(bot))
def setup(bot: Bot) -> None: """Loading the Gurkcraft cog.""" bot.add_cog(Gurkcraft(bot))
def setup(bot: commands.Bot): bot.add_cog(StocksSIACommands(bot))
def setup(bot: commands.Bot) -> None: """Load the Bonk cog.""" bot.add_cog(Bonk(bot))
def setup(bot: commands.Bot): bot.add_cog(Extension_Manager(bot))
def setup(bot: commands.Bot): bot.add_cog(GovernmentCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(HoyolabApiCog(bot))
def setup(bot: commands.Bot): bot.add_cog(Guild_Cog(bot))
def setup(bot: commands.Bot) -> None: """Error handler Cog load.""" bot.add_cog(CommandErrorHandler(bot))
def setup(bot: commands.Bot) -> None: """Load the Github cog.""" bot.add_cog(Github(bot))
def setup(bot: commands.Bot): bot.add_cog(DiscoverCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(DueDiligenceCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(EconomyCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(EtfCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(CmdsCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(TechnicalAnalysisCommands(bot))
def setup(bot: commands.Bot): bot.add_cog(Help_Cog(bot))