Synced repo using 'sync_with_huggingface' Github Action
Browse files
app.py
CHANGED
@@ -475,7 +475,7 @@ async def dfif2(index: int, stage_1_result_path, thread, dfif_command_message_id
|
|
475 |
try:
|
476 |
parent_channel = thread.parent
|
477 |
dfif_command_message = await parent_channel.fetch_message(dfif_command_message_id)
|
478 |
-
await dfif_command_message.remove_reaction(<:agree:1098629085955113011
|
479 |
await dfif_command_message.add_reaction('<a:loading:1114111677990981692>')
|
480 |
|
481 |
number = index + 1
|
|
|
475 |
try:
|
476 |
parent_channel = thread.parent
|
477 |
dfif_command_message = await parent_channel.fetch_message(dfif_command_message_id)
|
478 |
+
await dfif_command_message.remove_reaction('<:agree:1098629085955113011>', bot.user)
|
479 |
await dfif_command_message.add_reaction('<a:loading:1114111677990981692>')
|
480 |
|
481 |
number = index + 1
|