I'm currently creating a Discord bot that communicate with a custom API, and that API uses events to communicate back with the bot sometimes I wanted to use the built-in listeners to listen to socket-io events, but maybe I misunderstood this page: https://sapphirejs.dev/docs/Guide/listeners/listening-to-events-emitted-by-other-emitters/ Is it made to enable other emitters as in "socket-io"? Or only discord-related emitters please?
Otherwise I know how to implement socket-io listeners myself, but I would like to use the built-in if possible