Real-time token monitoring for MRC canteen order system. Monitors Firebase Firestore for token status and notifies when orders are ready. Use when user sends commands like "mrc 73", "token 97", or "monitor 42" to monitor one or multiple canteen tokens. Handles multiple tokens simultaneously, sends independent notifications per token, and auto-exits when all tokens are ready.
Initial release: Real-time canteen order token monitoring with background notifications. - Monitors multiple canteen tokens via Firestore and notifies when orders are ready. - Immediate response: Confirms tokens are being monitored and notifies in channel upon readiness. - Supports multiple commands and simultaneous token monitoring. - Runs background monitor as a subprocess; auto-exits when all tokens are ready. - "Check" commands perform a one-time status check without continuous monitoring. - Robust error handling and detailed activity logging included.