The official Planetary Dynamics Discord Bot
--
Developed and Maintained by: SkyeRangerDelta
For use only in the Planetary Dynamics(PlDyn) Discord server by PlDyn members for their use.
- Music player capabilities
- Search/direct link
- Queue
- Skip
- Stop
- System status / API
- James Webb Space Telescope (JWST)
- Jellyfin API (WIP)
- Discord Role Controls
LCARS47 is a TypeScript application and runs under the Discord.JS API. The system structure primarily runs in the following order:
- Initialize
- Register event logic
- Register individual command logic
- Register guild slash commands
- Login
- Listen for events
- Event handler -> command handler (no other events significantly processed)
- Command handler processes/does things
- RDS (Remote Data Store) transactions recorded per event
- Event handler -> command handler (no other events significantly processed)