discord-vc-status

1.0.4 • Public • Published

discord-vc-status

  • A little library that makes your selected Voice Channel get a custom status!

How to install it:

npm i discord-vc-status

How to use it:

// in your index.js or whatever you declared client
const { DiscordVCStatus } = require("discord-vc-status")
const { Client } = require("discord.js")

// Define your client..
const client = new Client({ Intents: [INTENTS_HERE] })

// Declare the library as a client's attribute
client.vcStatus = new DiscordVCStatus(client);

// in your command if you want
// Put any status message.
let status = "I love the mices 🐁"

// Invoke it.
await client.vcStatus.setVoiceStatus("<voice-channel-id-here>", status)

/discord-vc-status/

    Package Sidebar

    Install

    npm i discord-vc-status

    Weekly Downloads

    0

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    2.27 kB

    Total Files

    3

    Last publish

    Collaborators

    • corgi-cd