Last active
April 18, 2025 20:05
-
-
Save sd/c8b9d28f8603da2577dd1f7b4f4fde77 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extensions: | |
spot-discord: | |
hooks: | |
- label: Ham2K Spots | |
webhook: "[[[[ PUT YOUR DISCORD WEBHOOK URL HERE ]]]]" | |
username: "{{or op.operator log.station}} using Ham2K PoLo" | |
content: > | |
{{#trim}} | |
🚨 | |
{{#if spot.qCode}} | |
`{{spot.qCode}}` {{spot.qRest}} | |
{{else}} | |
{{spot.comments}} | |
{{/if}} | |
@ {{spot.freq}} {{spot.mode}} — | |
{{join op.allStations final=" & "}} | |
{{#if op.operator}} (op {{op.operator}}){{/if}} | |
{{#if op.refs}} | |
at {{#join op.refs final=" & "}}{{ref}} {{or shortLabel label key}}{{/join}} | |
{{/if}} <@&1357723305439658179> | |
{{/trim}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment