Skip to content

Discord Bot retrieves your user presence from the web server. (WebSocket support)

Notifications You must be signed in to change notification settings

Zv-yz/StatusChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Checker

A Discord Bot retrieves your user presence from the web server, which can be useful on a website or any other application. (Supports WebSocket)

Usage

  • Installation

    • Install pnpm:

      > npm i -g pnpm
    • Clone repo from git.

      > git clone https://github.com/Zv-yz/StatusChecker
    • Create your .env file using .env.example.

      PORT=80
      WS_PORT=443
      GUILD_ID=XXXXXXXXXXXXXXXXXX
      USER_ID=XXXXXXXXXXXXXXXXXXX
      TOKEN=XXXXXXXXXXXXXXXXXXXXX
      
    • Install the dependencies:

      > pnpm i
  • Starting

    > node . 

About

Discord Bot retrieves your user presence from the web server. (WebSocket support)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published