Exemplo n.º 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===")
Exemplo n.º 2
0
def setup(bot):
    bot.add_cog(TimeCog(bot))
Exemplo n.º 3
0
def setup(bot):
    bot.add_cog(FgoCommands(bot))
Exemplo n.º 4
0
def setup(bot):
    bot.add_cog(ChatReactCog(bot))
Exemplo n.º 5
0
def setup(bot):
    bot.add_cog(TestCog(bot))
Exemplo n.º 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))
Exemplo n.º 7
0
def setup(bot):
    bot.add_cog(Removing(bot))
Exemplo n.º 8
0
def setup(bot):
    bot.add_cog(SeshCog(bot))
Exemplo n.º 9
0
def setup(bot):
    bot.add_cog(AdminCogs(bot))
Exemplo n.º 10
0
def setup(bot):
    bot.add_cog(PinkBotServer(bot))
Exemplo n.º 11
0
def setup(bot):
    bot.add_cog(CoinCog(bot))
Exemplo n.º 12
0
def setup(bot):
    bot.add_cog(BotCommands(bot))
Exemplo n.º 13
0
def setup(bot):
    bot.add_cog(PrivateCommands(bot))
Exemplo n.º 14
0
def setup(bot):
    bot.add_cog(GuildCommandCog(bot))
Exemplo n.º 15
0
def setup(bot):
    bot.add_cog(WebRadioCog(bot))
Exemplo n.º 16
0
def setup(bot):
    bot.add_cog(SpawnVoiceCogs(bot))
Exemplo n.º 17
0
def setup(bot):
    bot.add_cog(Levels(bot))
Exemplo n.º 18
0
def setup(bot):
    bot.add_cog(StreamCog(bot))
Exemplo n.º 19
0
def setup(bot):
    bot.add_cog(MusicCog(bot))
Exemplo n.º 20
0
def setup(bot):
    bot.add_cog(Hot(bot))
Exemplo n.º 21
0
def setup(bot):
    bot.add_cog(Cold(bot))
Exemplo n.º 22
0
def setup(bot):
    bot.add_cog(TicketsCog(bot))
Exemplo n.º 23
0
def setup(bot):
    bot.add_cog(ViewIndividual(bot))
Exemplo n.º 24
0
def setup(bot):
    bot.add_cog(VerifierCog(bot))