Leveling

This function auto levels you in any server by spamming lol

This will get you banned from servers and can blacklist you from some bots

Using the function

const {userAccount} = require('sphinx-bc') // npm i sphinx-bc@latest

new userAccount({token: "YourUserToken"}).leveling({
    channel: "The channel you want the user to spam in (id)",
    randomLetters: true,
    time: 15000,
    type: 'eng'
})
OptionsUsetype

channel

Just put the channel id in this option you want the bot to spam in

id

randomLetters

If this is true it will just send random letters if false it will send random words

boolean

type

"eng" or "ar" , Speicfies the language you want the bot to spam

'eng' | 'ar'

Last updated