1.0.3 • Published 4 years ago

discord.js.userbot-fixed v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Just like discord.js.userbot, but its fixed

Install

npm i discord.js.userbot-fixed

allowUserBotting(client, node_modules_path)

ParamTypeDefaultDescription
clientClientundefinedclient instance of new Discord.Client

Example

const Discord = require('discord.js');
const allowUserBotting = require('discord.js.userbot-fixed');
const client = new Discord.Client();

allowUserBotting(client);
client.login('TOKEN');

You can read more in the function documentation.

This library is a fork of discord.js.userbot made by me which's aim is to fix it's functionalities