Skip to content

Instantly share code, notes, and snippets.

@sd
Last active April 18, 2025 20:05
Show Gist options
  • Save sd/c8b9d28f8603da2577dd1f7b4f4fde77 to your computer and use it in GitHub Desktop.
Save sd/c8b9d28f8603da2577dd1f7b4f4fde77 to your computer and use it in GitHub Desktop.
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