1.0.0-d192e38477a2dbfff5a6645e0e21cd81aa0c3de7 • Published 3 years ago

@detachhead/discord.js.userbot v1.0.0-d192e38477a2dbfff5a6645e0e21cd81aa0c3de7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

discord.js.userbot

Allow discord.js to login as User

Install

npm i discord.js.userbot

allowUserBotting(client, node_modules_path)

ParamTypeDefaultDescription
clientClientundefinedclient 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.