/discord-message-overlay

Display Discord server messages on desktop like nicovideo

Primary LanguageJavaScriptMIT LicenseMIT

Discord Message Overlay

demo

Clone and install dependencies:

git clone https://github.com/tamamu/discord-message-overlay
cd discord-message-overlay
npm install

Edit main.js and npm start to run:

const BOT_TOKEN  = "<bot token>" // write bot token (user token is restricted by discord.js)
const FILTER_CHANNEL = ["channel_name1", "channel_name2"] // show all channel messages if empty

License

MIT