fastu-voice-joiner

2.0.0 • Public • Published

DiscordJs v13 Voice Channel Joiner

const voiceJoiner = require('fastu-voice-joiner');

let configs = [
    {
        "token": "xxxx",
        "guildID": "942369317650067486",
        "voiceChannelID": "942369320439271455",
        "setActivity_type": "WATCHING",
        "ready": "Can Adam",
        "setStatus_type": "dnd"
    },
    {
        "token": "xxxx",
        "guildID": "942369317650067486",
        "voiceChannelID": "942369320439271455",
        "setActivity_type": "WATCHING",
        "ready": "Can Adam",
        "setStatus_type": "dnd"
    },
    {
        "token": "xxxx",
        "guildID": "942369317650067486",
        "voiceChannelID": "942369320439271455",
        "setActivity_type": "WATCHING",
        "ready": "Can Adam",
        "setStatus_type": "dnd"
    }
]

configs.forEach(config => {
    voiceJoiner(config);
});

Ücretli Program/Site/Discord Bot/Bot Yaptırmak İçin Ulaşabilirsiniz!

Support

License

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i fastu-voice-joiner

    Weekly Downloads

    3

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    4.76 kB

    Total Files

    3

    Last publish

    Collaborators

    • fastuptime