commit 0cb87db0c8cef2b9a9f81f2475eb2e64242645e2 parent fba135e3453bc2fd3cc6d722742bbb606f8965ea Author: Anton Konyahin <me@konyahin.xyz> Date: Fri, 8 Mar 2024 20:01:14 +0300 send emojy to tg when all notes processed Diffstat:
M | botonotes | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/botonotes b/botonotes @@ -64,7 +64,7 @@ while True: notes += 1 if notes: - sendMessage(master, "Got!") + sendMessage(master, "✍🏻") print("Got {} notes.".format(notes))