added subscribe and unsubscribe command

This commit is contained in:
Sheldan
2020-05-08 17:02:22 +02:00
parent 5ace3e2abb
commit 1c67d96887
23 changed files with 358 additions and 16 deletions

View File

@@ -17,4 +17,7 @@
<#if postedMessage.attachments?size gt 0>
,"imageUrl": "${postedMessage.attachments[0].proxyUrl}"
</#if>
<#if subscribers?size gt 0>
,"additionalMessage": "<#list subscribers as subscriber>${subscriber.member.asMention}<#sep>,</#list>"
</#if>
}