4N0N_H4X0R||Emily 92eff92f11 Update README.md
2022-04-22 00:19:03 +02:00
2022-04-21 23:43:57 +02:00
2022-04-21 23:43:57 +02:00
2022-04-22 00:19:03 +02:00

WatchFox

Watchfox is a system that is supposed to be used as a discord server watchdog, but as fox

Installation

Use npm to install the package

npm i watchfox

Usage

const watchfox = require("watchfox")
                                                                 
var wf = new watchfox("5780c40195ebd6e4e0aeca995f0665881fd0231e25c4dxxxxxxxxxxxxxxxxxxx")
wf.fetch("123456789123456789").then(r => {
    console.log(r);
})

You will get this json object as response

{ 
  responseCode: 0,
  data: { 
    score: [ 
      100, // Troll
      100, // Raider
      80   // Harasser
    ], 
    flags: [
      "Possibly Harasser"
    ] 
  } 
}

By default every user has a score of 100 on all fields, the more this value decreases, the higher the probability that this user acts in bad faith.

License

MIT

S
Description
Watchfox is a system that is supposed to be used as a discord server watchdog, but as fox
Readme MIT 37 KiB
Languages
JavaScript 100%