0.0.7 • Published 3 months ago

dchs v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

💻 Installation

npm install dchs
yarn add dchs

📟 Example

const DCHS = require("dchs")
const dchs = new DCHS(client)

dchs.spam("Target Guild ID",
          ["Channel ID 1", "Channel ID 2"],
          "Message")
const DCHS = require("dchs")
const dchs = new DCHS(client)

dchs.spams("Target Guild ID",
           { category1: ["Channel ID 1", "Channel ID 2"], category2: ["Channel ID 1", "Channel ID 2"] },
           { category1: "Message", category2: "Message" })
0.0.7

3 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago

1.0.0

4 months ago

0.1.0

4 months ago