示例#1
0
def setup(bot):
    bot.add_cog(FgoCommands(bot))


# # TEST
# fgodb = fgoroll.Fgodb()
# gacha = fgoroll.Gacha(fgodb)
# roll = fgoroll.Roll(gacha,"Camelot Pickup Summon",10,False)
#
# print("===ROLL===")
# for pulled in roll.result:
#     if isinstance(pulled, fgoroll.Servant):
#         msg = str(pulled.name) + "   (" + str(pulled.sclass) + ")   " + str(pulled.stars) + "⭐\n"
#         images = " " + str(pulled.image_url)
#     else:
#         msg = str(pulled.name) + "   " + str(pulled.stars) + "⭐\n"
#         images = " " + str(pulled.image_url)
#     print(msg)
# print("===END===")
示例#2
0
def setup(bot):
    bot.add_cog(TimeCog(bot))
示例#3
0
def setup(bot):
    bot.add_cog(FgoCommands(bot))
示例#4
0
def setup(bot):
    bot.add_cog(ChatReactCog(bot))
示例#5
0
def setup(bot):
    bot.add_cog(TestCog(bot))
示例#6
0
def setup(bot):
    """
    Setup cog to be able to listen events & commands inside this class
    Without this class, the module giveaway.py cannot be load
    """
    bot.add_cog(Giveaway(bot))
示例#7
0
def setup(bot):
    bot.add_cog(Removing(bot))
示例#8
0
def setup(bot):
    bot.add_cog(SeshCog(bot))
示例#9
0
def setup(bot):
    bot.add_cog(AdminCogs(bot))
示例#10
0
def setup(bot):
    bot.add_cog(PinkBotServer(bot))
示例#11
0
def setup(bot):
    bot.add_cog(CoinCog(bot))
示例#12
0
def setup(bot):
    bot.add_cog(BotCommands(bot))
示例#13
0
def setup(bot):
    bot.add_cog(PrivateCommands(bot))
示例#14
0
def setup(bot):
    bot.add_cog(GuildCommandCog(bot))
示例#15
0
def setup(bot):
    bot.add_cog(WebRadioCog(bot))
示例#16
0
def setup(bot):
    bot.add_cog(SpawnVoiceCogs(bot))
示例#17
0
文件: level.py 项目: pinkulu/PinkBot
def setup(bot):
    bot.add_cog(Levels(bot))
示例#18
0
def setup(bot):
    bot.add_cog(StreamCog(bot))
示例#19
0
def setup(bot):
    bot.add_cog(MusicCog(bot))
示例#20
0
def setup(bot):
    bot.add_cog(Hot(bot))
示例#21
0
def setup(bot):
    bot.add_cog(Cold(bot))
示例#22
0
def setup(bot):
    bot.add_cog(TicketsCog(bot))
示例#23
0
def setup(bot):
    bot.add_cog(ViewIndividual(bot))
示例#24
0
def setup(bot):
    bot.add_cog(VerifierCog(bot))