예제 #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))