chars-rayd

1.1.0 • Public • Published

Rayd

The Server Destroyer!


Description

A Package To Help Create A Server Raiding Bot!

Installation

npm i chars-rayd

How To Use

const Discord = require("discord.js");
const client = new Discord.Client({
  intents: [
    "GUILDS", "GUILD_MESSAGES", "GUILD_MEMBERS"],
});

const Raid = require('chars-rayd');

Raid(client, {
    deleteCommand: false/true,
    command: "Command Name",
    everyonePing: false/true,
    customID: "User ID",
    autoSpamPing: false/true,
    massChannel: flase/true
})


client.login("Bot Token")

/chars-rayd/

    Package Sidebar

    Install

    npm i chars-rayd

    Weekly Downloads

    2

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    3.31 kB

    Total Files

    3

    Last publish

    Collaborators

    • char_