mud-feeds-to-discord
Monitors a directory for messages to push to Discord.
Problem
Outcome
A Node.js application that watches a specified directory for JSON files containing messages and automatically posts them to a Discord channel. It handles file monitoring, message parsing, and retries on failure, then removes processed files. The application requires Discord bot setup and environment configuration, making it useful for integrating MUD game updates or notifications into Discord servers.