Skip to content

Commit a248fdc

Browse files
committed
이것저것 추가
1 parent 9f52d6f commit a248fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async def process_slack_interaction(channel_id: str, command_text: str):
128128
await slack_client.chat_update(
129129
channel=channel_id,
130130
ts=loading_response["ts"],
131-
text='답변 완료'
131+
text='답변 완료 :white_check_mark:'
132132
)
133133

134134
except Exception as e:

0 commit comments

Comments
 (0)