bd-js2-0
v0.4.9
Published
Version 4.0 of BDjavascript! Much better than the older one.
Readme
Example:
const api = require('bd-js2-0')
const bd = new api({
token: "token here",
prefix: ["prefix1", "prefix2", ...]
})
bd.Command({
name: "ping",
code: "<@$authorID> Pong!"
})
bd.MessageEvent()Before using, remember that your nodejs version can't be higher than v10, otherwise it will error.
If you still need help join to our support server here
