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

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