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