1.0.0 • Published 1 year ago

aoi.scan v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

aoi.scan

aoi.scan is an extension for aoi.js, this module adds more functions to use with aoi.js related to scanning. You need a IPQualityScore api key to use some custom functions.

Support: https://discord.gg/CVbPZRt9yG

Example Client:

const aoijs = require("aoi.js")

const bot = new aoijs.AoiClient({
token: "",
prefix: "",
intents: ["MessageContent", "Guilds", "GuildMessages"]
})

require('aoi.scan')(bot);

bot.onMessage()

$getScanObject Usage:

Parameters

FieldTypeDescriptionRequired
linkstringurl to scanyes
typestringoutput type (json/xml)yes
api keystringIpQualityScore Api Keyyes

Example Command:

bot.command({
name: "scan",
code: `
**__Json Output:__**
\`\`\`json
$getObject
\`\`\`

$createObject[$getScanObject[https://google.com/;json;<IPQualityScore Api Key>]]
`
})