Discord bot to watch one WFC server where Bleach DS is played.
Send a message to one channel and edit it when the players list changes.
- Watch the server polling its logs data.
- Send a message to one channel.
- Remove the old message and send a new one when the data is different.
- Remove the message when there are 0 players online.
yarn
npm i
APP_ID: Application ID form Discord APIDISCORD_TOKEN: Bot Token from Discord API.PUBLIC_KEY: Public Key from Discord API.FETCH_URL: URL to fetch the data.FETCH_SLEEP: Sleep time (ms) to fetch data.TARGET_CHANNEL: Channel ID from Discord Server.
yarn start
