1.1.0 • Published 3 years ago

chars-rayd v1.1.0

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

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")
1.1.0

3 years ago

1.0.0

3 years ago