1.0.6 • Published 2 years ago

auto-leveling v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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