npm install dchs
yarn add dchs
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" })