mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-03-13 11:45:09 +00:00
[OPB-3] adding daily job to check for new news posts
updating to abstracto 1.5.12 preparing for release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"embeds": [
|
||||
{
|
||||
<#macro postDisplay post>
|
||||
https://community.oneplus.com/thread/${post.postId?c} | ${post.subject?json_string}
|
||||
</#macro>
|
||||
"description": "<#list entries as entry><@postDisplay post=entry /></#list>"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
The channel in which the notifications for new forum posts should be posted to. Currently: ${currentTarget}
|
||||
Reference in New Issue
Block a user