1.4.7 • Published 6 years ago

mcskinbot v1.4.7

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

Webhook Picture\n McSkinBot, the easiest module to use to send Discord Webhooks!

First, of course you are going to have to define mcskinbot first:

const mcskinbot = require(`mcskinbot`)

Then, after that is done, to send a webhook just do this code:

mcskinbot.sendHook(URL, MSG)
//Replace url with a url like https://discordapp.com/api/webhooks/id/token
//Replace msg with the message you want to send with the webhook.

An example setup:

const mcskinbot = require(`mcskinbot`)

let URL = "https://discordapp.com/api/webhooks/id/token" //replace id and token
let MSG = "You should install mcskinbot at https://www.npmjs.com/package/mcskinbot"

mcskinbot.sendHook(URL, MSG)
//you can just straight up ^ put the msg/url in the sendHook function
//but I like to organize.

----Contact---- Discord: TheDogeAdmin#6538

1.4.7

6 years ago

1.4.6

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.3

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.7

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago