소스 검색

debugging

BaumSplitter41 1 주 전
부모
커밋
69cacda1f2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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: