1.0.7 • Published 3 years ago

discord-nuker v1.0.7

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

discord-nuker

A simple nuke bot that Built on discord.js@12.5.3 with features :

  • Change Guild icon and Guild name
  • Mass Create Channels voice and Text
  • Mass Create Roles
  • Delete All Channels
  • Delete All Roles
  • Ban All Members
  • Show logs in Console

Installation

  • npm install discord-nuker

Usage

Basic Example

// Import the discord-nuker package
const {discordNuker} = require('discord-nuker');


//In your command section

//discordNuker(client, message, guildNewName, guildNewProfile, channelNewName, memberNick, roleNewName)

discordNuker(client, message, "Nuked", "paste url for new guildProfile", "hahah-nuked", "fools-here", "dumbass")

// There you go, now your targer nuked
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago