forked from LeineLab-Public/lab-signal-bot
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f4937c40e2 | ||
686d9e06ba |
2
main.py
2
main.py
@ -364,7 +364,7 @@ class LabCleaningBot:
|
|||||||
|
|
||||||
response_msg = ""
|
response_msg = ""
|
||||||
|
|
||||||
if emoji == "👍" and not isRemove:
|
if emoji.startswith("👍") and not isRemove:
|
||||||
accept_result = request.try_accept(now=reactionTimestamp)
|
accept_result = request.try_accept(now=reactionTimestamp)
|
||||||
|
|
||||||
match accept_result:
|
match accept_result:
|
||||||
|
Loading…
Reference in New Issue
Block a user