Browse Source

debugging

BaumSplitter41 1 tuần trước cách đây
mục cha
commit
69cacda1f2
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      VPD_BOT/cogs/reaction_roles.py

+ 2 - 1
VPD_BOT/cogs/reaction_roles.py

@@ -152,6 +152,7 @@ class reactionroles(commands.Cog):
             print("Message ID is not set in config.")
             return
         emojis = self._get_emojis()
+        print(emojis)
         if emojis is None:
             print("Emojis are not set in config.")
             return
@@ -163,7 +164,7 @@ class reactionroles(commands.Cog):
             print("Roles are not set in config.")
             return
         
-        
+
         #Add the role to the user
         for emoji, role in zip(emojis, roles):
             if payload.emoji.id == emoji: