0.0.2 • Published 2 years ago
@kiyowo/kiyowo.js v0.0.2
Welcome to @kiyowo/kiyowo.js, Selfbot stay in voice channel.
I don't take any responsibility for blocked Discord accounts that used this module.
Using this on a user account is prohibited by the Discord TOS and can lead to the account block.
Use node.js v16.9.0 or higher.
Installing
npm install @kiyowo/kiyowo.js@latest
Configuring the module
ES Modules (ESM)
import { loginOwner, loginMember } from '@kiyowo/kiyowo.js';
CommonJS
@kiyowo/kiyowo.js is an ESM-only module - you are not able to import it with require().
How to use
import { loginMember } from '@kiyowo/kiyowo.js';
loginMember({ channelName: "voice-channel-name", guildId: "guild-id", token: "your-token" });