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