Hi everyone, I’m experiencing a technical issue with a timer/reminder bot hosted on Railway. The bot is showing as 'Online' on Discord but is completely failing to respond to messageCreate events. It was working perfectly fine an hour ago (reacting with emojis and running setTimeout), but now it ignores all incoming messages. I previously noticed a 'canvas slowly' warning in the Railway logs. I haven't changed the code, and all necessary Intents (Guilds, GuildMessages, and especially MessageContent) are enabled both in the code and on the Discord Developer Portal. On Railway's dashboard, the service is marked as 'Running' and their status page is green. Could this be due to CPU throttling on Railway's free tier, or perhaps a 'zombie connection' issue where the bot appears connected but the gateway is dead? Has anyone else encountered this 'Online but unresponsive' state on Railway recently?