Skip to content

botkalista/discord.js.userbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

discord.js.userbot

Allow discord.js to login as User

Install

npm i discord.js.userbot

allowUserBotting(client, [node_modules_path])

Param Type Default Description
client Client undefined client instance of new Discord.Client

Example

const Discord = require('discord.js');
const allowUserBotting = require('discord.js.userbot');
const client = new Discord.Client();
// Remember to set correct node_modules_path if it's not working.
allowUserBotting(client);
client.login('TOKEN');

You can read more in the function documentation.

About

Allow discord.js to login as User

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published