auto-leveling

1.0.6 • Public • Published

Install

$ npm install auto-leveling

Text Leveling Example Code

const { Client } = require('discord.js-selfbot-v13');
const client = new Client()

const  { AutoTextLevel } = require('auto-leveling')
AutoTextLevel({Client: client, Guild: 'Guild Id', Channel: 'Channel Id'})


client.login('Token')

Voice Leveling Example Code

const { Client } = require('discord.js-selfbot-v13');
const client = new Client({patchVoice: true})

const  { AutoVoiceLevel } = require('auto-leveling')
AutoVoiceLevel({Client: client, Guild: 'Guild Id', Channel: 'Channel Id'})


client.login('Token')

Contact Us

Discord Support Server : https://discord.gg/vXfRj7vn

Package Sidebar

Install

npm i auto-leveling

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

3.9 kB

Total Files

3

Last publish

Collaborators

  • mohamed0092