Skip to content

Phoenix557/pc-statbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC-Statbot

Get & track the stats of you machine all in a Discord bot!

Orginally private-soruce, made open-soruce by Phoenix557 <3


Setup

Make sure to rename config-example.json to config.json!

Before running, run npm install


{
  "data": {
    "token": "",
    "clientID": "",
    "interval": 1
  },
  "components": {
    "battery": true,
    "cpuUsage": true,
    "memoryUsage": true
  }
}

Interval is the amount of seconds that you want the stats to update

Change the components to true or false, depending on what stats you want to display.



Get your Discord bot token here



Discord Developer Portal

Copy the token and paste it in the token part of the config


Copy the client ID and paste it in the clientID part of the config


About

Get the specs and usage of your computer all in a Discord bot!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published