As a side note: Posting new threads to Discord is broken if a custom message has been provided.
Fix:
\src\addons\EWR\Discord\Entity\Post.php lines 112-117:
$content = str_ireplace(
['{user}', '{title}', '{node}', '{url}'],
['{user}', '{title}', '{url}'],
[$thread->username...