tamamu / discord-message-overlay

Display Discord server messages on desktop like nicovideo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Display Discord server messages on desktop like nicovideo

License:MIT License


Languages

Language:JavaScript 71.4%Language:HTML 15.6%Language:CSS 13.0%