Ejemplo n.º 1
0
def setup(bot: commands.Bot):
    """
    The setup function defining the jishaku.cog and jishaku extensions.
    """

    bot.add_cog(Jishaku(bot=bot))
Ejemplo n.º 2
0
def setup(bot: commands.Bot) -> None:
    """Load the Cog."""
    bot.add_cog(MakeGurkan(bot))
Ejemplo n.º 3
0
def setup(bot: commands.Bot):
    bot.add_cog(DarkPoolShortsCommands(bot))
Ejemplo n.º 4
0
def setup(bot: commands.Bot):
    bot.add_cog(ScreenerCommands(bot))
Ejemplo n.º 5
0
def setup(bot: Bot) -> None:
    """Loading the Gurkcraft cog."""
    bot.add_cog(Gurkcraft(bot))
Ejemplo n.º 6
0
def setup(bot: commands.Bot):
    bot.add_cog(StocksSIACommands(bot))
Ejemplo n.º 7
0
def setup(bot: commands.Bot) -> None:
    """Load the Bonk cog."""
    bot.add_cog(Bonk(bot))
Ejemplo n.º 8
0
def setup(bot: commands.Bot):
    bot.add_cog(Extension_Manager(bot))
Ejemplo n.º 9
0
def setup(bot: commands.Bot):
    bot.add_cog(GovernmentCommands(bot))
Ejemplo n.º 10
0
def setup(bot: commands.Bot):
    bot.add_cog(HoyolabApiCog(bot))
Ejemplo n.º 11
0
def setup(bot: commands.Bot):
    bot.add_cog(Guild_Cog(bot))
Ejemplo n.º 12
0
def setup(bot: commands.Bot) -> None:
    """Error handler Cog load."""
    bot.add_cog(CommandErrorHandler(bot))
Ejemplo n.º 13
0
def setup(bot: commands.Bot) -> None:
    """Load the Github cog."""
    bot.add_cog(Github(bot))
Ejemplo n.º 14
0
def setup(bot: commands.Bot):
    bot.add_cog(DiscoverCommands(bot))
Ejemplo n.º 15
0
def setup(bot: commands.Bot):
    bot.add_cog(DueDiligenceCommands(bot))
Ejemplo n.º 16
0
def setup(bot: commands.Bot):
    bot.add_cog(EconomyCommands(bot))
Ejemplo n.º 17
0
def setup(bot: commands.Bot):
    bot.add_cog(EtfCommands(bot))
Ejemplo n.º 18
0
def setup(bot: commands.Bot):
    bot.add_cog(CmdsCommands(bot))
Ejemplo n.º 19
0
def setup(bot: commands.Bot):
    bot.add_cog(TechnicalAnalysisCommands(bot))
Ejemplo n.º 20
0
def setup(bot: commands.Bot):
    bot.add_cog(Help_Cog(bot))