discord-bot-fun-api.js

0.0.6 • Public • Published

VaceFron API unoffical npm package

  • This is not made by the developers of VaceFron API
  • I do not take credit for anything in this npm package since its such easy to create

VaceFron Support

Discord
Donate

Examples

Vacefron
const {Vacefron} = require("discord-bot-fun-api.js")

const NPC = Vacefron("npc", {
    NPC: {
        text1: "Hello, how can I help you?",
        text2: "Can i buy this milk please?"
    }
})
const Ejected = Vacefron("ejected", {
    Ejected: {
        name: "Andrew T",
        imposter: true,
        color: "blue"
    }
})
const EmergencyMeeting = Vacefron("emergencymeeting", {
    EmergencyMeeting: {
        text: "Red is Imposter"
    }
})
console.log(`
Emergency Meeting: ${EmergencyMeeting}

Ejected: ${Ejected}

NPC: ${npc}
)

Reddit Data
const {RedditData} = require("discord-bot-fun-api.js")

async function getInfo() {
  var  subReddits = [
    "scaryeddie",
    "wholesomememes"
    ]
    const data = await RedditData.get(subReddits)
    return data
}



Support me

If you like my NPM packages please support me buy donating

Payment Methods

  • Cashapp [$AndrewT9966699]
  • Package Sidebar

    Install

    npm i discord-bot-fun-api.js

    Weekly Downloads

    7

    Version

    0.0.6

    License

    ISC

    Unpacked Size

    10 kB

    Total Files

    17

    Last publish

    Collaborators

    • ytygrunn1ngark456