docs
Discord Provider
yamlautohealer.yml · issue
12345678910issue: provider: discord guild_id: ${DISCORD_GUILD_ID} forum_channel_id: ${DISCORD_FORUM_CHANNEL_ID} token: ${DISCORD_BOT_TOKEN} run_tag: autohealer thread_replies: true watch: interval_seconds: 300 limit: 10
shellsh
autohealer run support --issue "https://discord.com/channels/GUILD/FORUM/THREAD" autohealer watch support
Set DISCORD_BOT_TOKEN in ~/.autohealer/.env. Create a forum tag named autohealer (or your run_tag) and apply it to threads worth fixing. The bot needs access to the forum channel, the MESSAGE_CONTENT intent, and permission to reply in threads when thread_replies: true. Run notifications use DISCORD_WEBHOOK_URL in the workflow notify block.