Commit c61691cf authored by Jiwon Kim's avatar Jiwon Kim
Browse files

ㅁㄴㅇㄹ

No related merge requests found
Pipeline #1295 passed with stage
in 45 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -71,7 +71,7 @@ class MoneyBot:
debtor_string = " "
#debtor_dict을 어딘가에 저장해야 한다
debtor_dict_token = str(datetime.now() + str(random.randint(0, 1000000000)))
debtor_dict_token = str(datetime.now()) + str(random.randint(0, 1000000000))
self.show_payment_dict[debtor_dict_token] = debtor_dict
block_send = [
......@@ -183,7 +183,7 @@ class MoneyBot:
}
]
return None, moneybot_channel, [{"type" : "ephemeral", "user_id" : user_id, "blocks" : block}]
return None, moneybot_channel, [{"type" : "message", "user_id" : user_id, "blocks" : block}]
def parse(self, arg_str: str) -> tuple[dict[str, int], str]:
# 닉네임 : @id, 돈 : (정수)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment