Skip to content

Get Discord notifications for when your friends are online!

Notifications You must be signed in to change notification settings

Zo-Bro-23/discord-status-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-status-notification

Get Discord notifications for when your friends are online!

image image

Setup

  • Create a Discord bot and add it to a server with all your friends.

  • Create a .env file and edit the following parameters:

    • Your Discord bot token as token.
    • Your server ID as guild.
    • Your own Discord ID as notificationUser. You will receive status updates as Discord DMs.
    • Users to monitor can be added with environment variables titled user1, user2, user3, etc. The value should be the user's Discord ID (see here for more).
    • Use legacy='true' to get plaintext messages instead of the new Discord embed.

    image

Running

  • Install dependencies with npm install.
  • Start the application with node index.js.

Note It is recommended to use a batch file or bash script to run the application on startup.

About

Get Discord notifications for when your friends are online!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published