Browse Source

debugging

BaumSplitter41 1 week ago
parent
commit
3b7fb2089d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      VPD_BOT/cogs/reaction_roles.py

+ 2 - 0
VPD_BOT/cogs/reaction_roles.py

@@ -157,6 +157,8 @@ class reactionroles(commands.Cog):
                 except Exception as e:
                     print(f"Failed to add role {roles[i].name} to user {member.name}: {e}")
                     break
+            else:
+                print(f"Emoji {payload.emoji} does not match {emojis[i]} for role {roles[i].name}.")
 
 
     #Remove role from user