示例#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))