From 1c85e965028a93064ef806623551d2d96f026ffa Mon Sep 17 00:00:00 2001 From: hkc Date: Wed, 31 Aug 2022 19:48:12 +0300 Subject: [PATCH] Template example was in the wrong place. iwannadie --- config.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.ini b/config.ini index ba875c4..c5d60ad 100644 --- a/config.ini +++ b/config.ini @@ -50,13 +50,6 @@ chat = @username # https://core.telegram.org/bots/api#sendmessage `disable_notification` silent = true -# Discord integration -[module/discord] -type = discord - -# Webhook URL with the `?wait=true` -webhook = url - # Jinja2 template string for the post. Works only in Telegram. # This is the default template, not specifying that property at all will result # in this string (probably) @@ -67,6 +60,13 @@ template = {% if status.reblog %}Boost from Link to post +# Discord integration +[module/discord] +type = discord + +# Webhook URL with the `?wait=true` +webhook = url + ;# Boost filter. Only boosts will be matched by that one ;[filter/boost] ;type = boost