2.0.2 • Published 3 years ago

toolboxplusplus v2.0.2

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

Toolbox Plus Plus manual

Made with ❤ by fedora.

To install do:

const toolbox = require("toolboxplusplus")

To use do:

const Discord = require("discord.js");
const toolbox = require("toolboxplusplus");
const client = new Discord.Client();
const toolclient = new toolbox(toolbox)

toolclient.login("bot-token-here")
client.login("bot-token-here")

Sending msgs via a webhook

const Discord = require("discord.js");
const toolbox = require("toolboxplusplus");
const client = new Discord.Client();
const toolclient = new toolbox(toolbox)

toolclient.login("bot-token-here") // Logs in via the provided token for the functions to work.
client.login("bot-token-here") // Logs in with discord client.


toolclient.webhook("webhookid-here", "webhooktoken-here", "message-here") // Sends a message using the details of the webhook.

If you do not specify a bot token then it will keep returning a error!

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago