コード例 #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
ファイル: make_gurkan.py プロジェクト: gurkult/gurkbot
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
ファイル: gurkcraft.py プロジェクト: gurkult/gurkbot
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
ファイル: gov_cmds.py プロジェクト: hbqdev/GamestonkTerminal
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
ファイル: error_handler.py プロジェクト: gurkult/gurkbot
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
ファイル: cmds.py プロジェクト: hbqdev/GamestonkTerminal
def setup(bot: commands.Bot):
    bot.add_cog(CmdsCommands(bot))
コード例 #19
0
ファイル: ta_cmds.py プロジェクト: hbqdev/GamestonkTerminal
def setup(bot: commands.Bot):
    bot.add_cog(TechnicalAnalysisCommands(bot))
コード例 #20
0
def setup(bot: commands.Bot):
    bot.add_cog(Help_Cog(bot))