- Added multi-user support for Admins and Testers via Discord user IDs and role IDs.
- Extended .env.example with DISCORD_ADMIN_IDS, DISCORD_TESTER_IDS, DISCORD_ADMIN_ROLE_IDS and DISCORD_TESTER_ROLE_IDS.
- Dashboard now validates the Discord JWT, displays the user's role, and restricts write actions to Admins.
- Bot now checks /admin and /submitresult against Admin/Tester IDs, roles, and active Dashboard testers.
- Translated the README to English.
npm run typecheck and npm run build pass successfully.
