- React with a music service emoji to receive a link in DM for that service.
@<botname> <service> <links>
to receive a link in channel
-
Create a Discord bot here
-
Deploy the app
-
Invite it to a server at
https://discordapp.com/oauth2/authorize?client_id=<your bot client id>&scope=bot&permissions=1073810432
Your messages are only read anonymously to find links. They are never stored or viewed by humans.
- Node.js: Install from https://nodejs.org/
- run
npm install
- set environment variables
- run
npm start
- Clone the repo
git clone https://github.com/matthewdias/discord-songlink
- Build the docker container
docker build -t discord-songlink .
- Create the container
docker create --name=discord-songlink -e CLIENT_ID=<clientid> -e TOKEN=<token> -d discord-songlink
- Start the container
docker start mentionbot