1.0.0 • Published 3 years ago

ping-discord-bots v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

how to use the package

const { client } = require("generator-of-ping");

client.on("on", (res) => {
  console.log(res)
})

client.on("off", (err) => {
  console.error(err.message)
})

client.start(["link", "link"])
1.0.0

3 years ago