1.0.3 • Published 3 years ago

discord.js.userbot v1.0.3

Weekly downloads
-
License
MIT
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
clientanyclient instance of new Discord.Client
node_modules_pathstring"../node_modules"relative path to your node_modulesdefault ../node_modules

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);
//or
allowUserBotting(client,'my_node_modules_folder_path');
client.login('TOKEN');

You can read more in the function documentation.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago