first commit of Discord bot

This commit is contained in:
kl3z00
2025-07-31 02:41:56 +01:00
parent fe348da6d1
commit 5db92d7d26
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -1 +1,5 @@
<<<<<<< HEAD
python WIPBOT.py
=======
python3 WIPBOT.py
>>>>>>> 8839ffd (first commit of Discord bot)
+8
View File
@@ -285,7 +285,15 @@ async def on_raw_reaction_remove(payload):
await mensagem.edit(embed=format_grupo_embed())
if role in CLASSES_POR_ROLE:
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"]
):
>>>>>>> 8839ffd (first commit of Discord bot)
await channel.send("🎉 Dungeon Encerrada! Parabéns <@Rixa>, felicidades 🎉")
@bot.event