Damus
Tirodem profile picture
Tirodem
@Tirodem
# Simple relay notification
id: relay-ping
name: Relay Ping
enabled: false

trigger:
type: dm
from_whitelist: true
filters:
content_pattern: "^/ping$"

actions:
- id: reply
type: nostr_dm
to: "{{ trigger.pubkey_npub }}"
content: "pong"

# Z'inquiétez pas, un jour j'expliquerai, là je teste un truc
3🧡1
ProfEduStream · 12w
Quand deux devs' font joue-joue 😁
Tirodem · 12w
id: relay-ping name: Relay Ping enabled: true trigger: type: nostr_event filters: kinds: [4] from_whitelist: true content_pattern: ^/ping$ actions: - id: reply type: nostr_dm to: '{{ trigger.from }}' content: pong