Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ class NotificationHandler(HandleNotification):
|
|
42 |
client.send_direct_msg(event.author(), f"{result}", event.id())
|
43 |
except Exception as e:
|
44 |
print(f"Error during content NIP04 decryption: {e}")
|
|
|
45 |
|
46 |
def handle_msg(self, relay_url, msg):
|
47 |
None
|
|
|
42 |
client.send_direct_msg(event.author(), f"{result}", event.id())
|
43 |
except Exception as e:
|
44 |
print(f"Error during content NIP04 decryption: {e}")
|
45 |
+
client.send_direct_msg(event.author(), f"ตอนนี้อับดุลเหนื่อยแล้ว ของีบซักแปปนึงนะครับ", event.id())
|
46 |
|
47 |
def handle_msg(self, relay_url, msg):
|
48 |
None
|