A selfbot that will monitor discord servers from a list of sources (see sources.json).
It supports: - Maps (links posting) - Events (@everyone, @here pings) - and more to come.
It will host a WebSocket server, and broadcast a message for each detected events containing information about it.
_type
: Type of the message (event,map,status,etc...)
timestamp
: Time of the message
...other dynamic data. Try to connect to the websocket to see how it looks
Please note that the bot cannot join servers automatically and needs to be added manually to them.
Sources contain informations about a specifc event server (admins, event roles, event channels, etc...)
To get a compiled version of the code, run npm run build
.
This is against discord TOS, so use it at your own risk.