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

    bot.add_cog(Jishaku(bot=bot))
예제 #2
0
def setup(bot: commands.Bot) -> None:
    """Load the Cog."""
    bot.add_cog(MakeGurkan(bot))
예제 #3
0
def setup(bot: commands.Bot):
    bot.add_cog(DarkPoolShortsCommands(bot))
예제 #4
0
def setup(bot: commands.Bot):
    bot.add_cog(ScreenerCommands(bot))
예제 #5
0
def setup(bot: Bot) -> None:
    """Loading the Gurkcraft cog."""
    bot.add_cog(Gurkcraft(bot))
예제 #6
0
def setup(bot: commands.Bot):
    bot.add_cog(StocksSIACommands(bot))
예제 #7
0
파일: bonker.py 프로젝트: gurkult/gurkbot
def setup(bot: commands.Bot) -> None:
    """Load the Bonk cog."""
    bot.add_cog(Bonk(bot))
예제 #8
0
def setup(bot: commands.Bot):
    bot.add_cog(Extension_Manager(bot))
예제 #9
0
def setup(bot: commands.Bot):
    bot.add_cog(GovernmentCommands(bot))
예제 #10
0
def setup(bot: commands.Bot):
    bot.add_cog(HoyolabApiCog(bot))
예제 #11
0
def setup(bot: commands.Bot):
    bot.add_cog(Guild_Cog(bot))
예제 #12
0
def setup(bot: commands.Bot) -> None:
    """Error handler Cog load."""
    bot.add_cog(CommandErrorHandler(bot))
예제 #13
0
def setup(bot: commands.Bot) -> None:
    """Load the Github cog."""
    bot.add_cog(Github(bot))
예제 #14
0
def setup(bot: commands.Bot):
    bot.add_cog(DiscoverCommands(bot))
예제 #15
0
def setup(bot: commands.Bot):
    bot.add_cog(DueDiligenceCommands(bot))
예제 #16
0
def setup(bot: commands.Bot):
    bot.add_cog(EconomyCommands(bot))
예제 #17
0
def setup(bot: commands.Bot):
    bot.add_cog(EtfCommands(bot))
예제 #18
0
def setup(bot: commands.Bot):
    bot.add_cog(CmdsCommands(bot))
예제 #19
0
def setup(bot: commands.Bot):
    bot.add_cog(TechnicalAnalysisCommands(bot))
예제 #20
0
def setup(bot: commands.Bot):
    bot.add_cog(Help_Cog(bot))