<div align="center">
  <p>
    <a href="https://nodei.co/npm/discord-nuker
/"><img src="https://nodei.co/npm/discord-nuker.png?downloads=true&stars=true" alt="NPM info" /></a>
  </p>
</div>


# 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__
```js
// 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
```
