Streamlabs Discord Notifier
git clone https://github.com/technoblazed/streamlabs-discord-notifier
cd streamlabs-discord-notifier
npm install
config.js.example
to config.js
and complete accordingly. discord.botToken
- The Token provided from the Discord developer interfact.discord.postTo
- An array of stringified channel IDs where messages should be posted to.streamlabs.channel
- Channel to be displayed with each alert.streamlabs.token
- Streamlabs socket API token. You can either create an oauth system to get this, or just grab your account one from here and visit the API Tokens menu. Use the Socket API token.<CLIENT_ID>
with the Client ID of your bot. https://discordapp.com/oauth2/authorize?client_id=<CLIENT_ID>&scope=bot&permissions=19456
npm start