[deepfloydif.py] deepfloydif_stage_2_react_check
Browse files- deepfloydif.py +1 -1
deepfloydif.py
CHANGED
@@ -159,7 +159,7 @@ async def deepfloydif_stage_2(index: int, stage_1_result_path, thread, dfif_comm
|
|
159 |
|
160 |
|
161 |
|
162 |
-
async def
|
163 |
"""Checks for a reaction in order to call dfif2"""
|
164 |
try:
|
165 |
global BOT_USER_ID
|
|
|
159 |
|
160 |
|
161 |
|
162 |
+
async def deepfloydif_stage_2_react_check(reaction, user):
|
163 |
"""Checks for a reaction in order to call dfif2"""
|
164 |
try:
|
165 |
global BOT_USER_ID
|