fastu-voice-joiner
v2.0.0
Published
Discord v13 voice channel join
Downloads
10
Maintainers
Readme
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
- Its protected by Creative Commons (CC BY-NC-SA 4.0)