first commit of Discord bot
This commit is contained in:
@@ -1 +1,5 @@
|
|||||||
|
<<<<<<< HEAD
|
||||||
python WIPBOT.py
|
python WIPBOT.py
|
||||||
|
=======
|
||||||
|
python3 WIPBOT.py
|
||||||
|
>>>>>>> 8839ffd (first commit of Discord bot)
|
||||||
|
|||||||
@@ -285,7 +285,15 @@ async def on_raw_reaction_remove(payload):
|
|||||||
await mensagem.edit(embed=format_grupo_embed())
|
await mensagem.edit(embed=format_grupo_embed())
|
||||||
if role in CLASSES_POR_ROLE:
|
if role in CLASSES_POR_ROLE:
|
||||||
await channel.send(f"{member.mention}, escolhe a tua classe:", view=ClasseView(role, nome))
|
await channel.send(f"{member.mention}, escolhe a tua classe:", view=ClasseView(role, nome))
|
||||||
|
<<<<<<< HEAD
|
||||||
if (len(inscritos["Tank"]) == LIMITES["Tank"] and len(inscritos["Healer"]) == LIMITES["Healer"] and len(inscritos["DPS"]) == LIMITES["DPS"]):
|
if (len(inscritos["Tank"]) == LIMITES["Tank"] and len(inscritos["Healer"]) == LIMITES["Healer"] and len(inscritos["DPS"]) == LIMITES["DPS"]):
|
||||||
|
=======
|
||||||
|
if (
|
||||||
|
len(inscritos["Tank"]) == LIMITES["Tank"] and
|
||||||
|
len(inscritos["Healer"]) == LIMITES["Healer"] and
|
||||||
|
len(inscritos["DPS"]) == LIMITES["DPS"]
|
||||||
|
):
|
||||||
|
>>>>>>> 8839ffd (first commit of Discord bot)
|
||||||
await channel.send("🎉 Dungeon Encerrada! Parabéns <@Rixa>, felicidades 🎉")
|
await channel.send("🎉 Dungeon Encerrada! Parabéns <@Rixa>, felicidades 🎉")
|
||||||
|
|
||||||
@bot.event
|
@bot.event
|
||||||
|
|||||||
Reference in New Issue
Block a user