Coder Social home page Coder Social logo

m1n1st3r-1 / discordnukebot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xlghost-t/discordnukebot

0.0 0.0 0.0 61 KB

An easy to use, fully customizable discord nukebot, complete with webhook spamming.

License: GNU General Public License v3.0

Python 100.00%

discordnukebot's Introduction

DiscordNukebot

An easy to use, fully customizable discord nukebot, complete with webhook spamming. Note that I'll hardly update this, if ever.

Setup and Usage

To set up the bot, you'll need the bot token and a prefix. If you don't know how to get a discord bot token from the developer portal I suggest watching this video.

Once you obtain your bot token, paste it in the script as shown below. Make sure the token is IN THE QUOTATION MARKS (the token should be a string object)

token = "NzQzOTU1Mzk3NjcyNDM1NzYy.XzcMdA.cSXie4geIGekaQkk6dXPnTjoJqc"

After getting your bot token, set your prefix by typing your prefix as shown below. Again, make sure it's in the quotes or it won't work.

prefix = "$"

There are a few more config options to configure how your nuke actually behaves. These are all filled in already, so editing these are optional.

spam_messages = ["@everyone nuked", "@everyone get nuked"]
channel_names = ["nuked", "get nuked"]
webhook_usernames = ["nuked", "get nuked"]
nuke_on_join = False
nuke_wait_time = 0

spam_messages : The messages your bot will spam after nuking the server. Make sure that each entry in the list is a string and separated by a comma.

channel_names : The names of the channels your bot will create when nuking. Like spam_messages, each entry should be a string and separated by a comma.

webhook_usernames : Usernames of the webhooks your bot will use to spam channels when nuking. Just like spam_messages and channel_names, this should be a list of strings separated by commas.

nuke_on_join : This will determine if your bot nukes the server as soon as it's added. This should either be True or False. By default it is set to False.

nuke_wait_time : The amout of time (in seconds) that the bot will wait before nuking the server when autonuke is enabled.

Commands

cmds : DMs you all of the bot's commands.

kill : Nukes the server.

sall : Spams all channels.

ccr [amount] [name] : Creates channels.

cdel : Deletes all channels.

logout : Exits the script.

Additional Notes

This probably won't be updated frequently, if ever.

Don't be a skid, give credit if you're gonna distribute and use this.

Happy nuking!

discordnukebot's People

Contributors

chatic-gaming avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.