Skip to content

Extra utilities for discordjs-selfbot that will enhance the selfbot experience

License

Notifications You must be signed in to change notification settings

Nexons/discordjs-selfbot-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

This is still a work-in-progress, so there will be some bugs

Suggestions? Add my discord Nexonᵐᵖ⁵#1556

setup

for basic setup:

run: npm install node-fetch https

drag the discordjs-selfbot-utils.js file into your main folder const toolbox = require('./discordjs-selfbot-utils.js) (or wherever this file is located)

useful functions

toolbox.joinServer('id', 'authorization')

toolbox.leaveServer('id', 'authorization')

toolbox.addFriend('userid', 'authorization');

toolbox.removeFriend('userid', 'authorization')

toolbox.block('userid', 'authorization')

toolbox.lightMode('authorization')

toolbox.darkMode('authorization')

About

Extra utilities for discordjs-selfbot that will enhance the selfbot experience

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published