Git Product home page Git Product logo

nukebot / discord-nuke-bot Goto Github PK

View Code? Open in Web Editor NEW
124.0 124.0 169.0 13 KB

a simple but efficient discord bot for nuking servers!

Home Page: https://github.com/nukebot/discord-nuke-bot

discord discord-bot discord-bot-nuke discord-nuke discord-nuke-bot discord-py discord-raid discord-raid-bot discord-server-nuke discord-server-nuke-bot discord-server-raid discord-server-raid-bot nuke nuke-bot raid raid-bot server-nuke server-nuke-bot server-raid-bot sever-raid

discord-nuke-bot's People

Contributors

nukebot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

discord-nuke-bot's Issues

ban command isnt working

Unable to find <@780884389134336000>
Ignoring exception in on_command_error
Traceback (most recent call last):
File "c-real.py", line 328, in ban
AttributeError: 'NoneType' object has no attribute 'ban'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "discord\ext\commands\core.py", line 85, in wrapped
File "c-real.py", line 331, in ban
AttributeError: 'NoneType' object has no attribute 'name'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "discord\client.py", line 312, in _run_event
File "c-real.py", line 173, in on_command_error
File "discord\ext\commands\bot.py", line 903, in invoke
File "discord\ext\commands\core.py", line 855, in invoke
File "discord\ext\commands\core.py", line 94, in wrapped
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'NoneType' object has no attribute 'name'

Stolen source code

Lmao you stole my entire source code and didn’t even decide to rename the commands, gj bud

syntax error

File "TyZzBot.py", line 8
@@ -35,75 +36,62 @@ async def help(ctx):
^
SyntaxError: invalid syntax

Pull requests

I'm sorry, but I'm complete newbie when it comes to creating pull requests. I wanted to update ur readme file. Use headings instead of bold text ect. and I cannot do that. Can u help me understand if it's my fault or it's just me not having correct permissions...

Pip

What kind of computer do I need to have to use the pip install discord.py in the cmd. Any ideas?

Error

Its not workin for me. Idk why. when i type the cmd then its crashes with this error message:

Ignoring exception in command rape:
Traceback (most recent call last):
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
ret = await coro(*args, **kwargs)
File "C:\Users\Kaszben\Desktop\Nuking-Discord-Server-Bot-Nuke-Bot-2.4.0\nuke\main.py", line 120, in rape
for channel in list(ctx.message.server.channels):
AttributeError: 'Message' object has no attribute 'server'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\bot.py", line 939, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 863, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\site-packages\discord\ext\commands\core.py", line 94, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Message' object has no attribute 'server'
Exception ignored in: <function _ProactorBasePipeTransport.del at 0x0000020AE3BB6050>
Traceback (most recent call last):
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 116, in del
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 108, in close
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 745, in call_soon
File "C:\Users\Kaszben\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 510, in _check_closed
RuntimeError: Event loop is closed

mac?

how do i get this on my mac

Errors after typing a command

Ignoring exception in command rape:
Traceback (most recent call last):
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 83, in wrapped
ret = await coro(*args, **kwargs)
File "bot.py", line 120, in rape
for channel in list(ctx.message.server.channels):
AttributeError: 'Message' object has no attribute 'server'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 892, in invoke
await ctx.command.invoke(ctx)
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 797, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 92, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Message' object has no attribute 'server'
Ignoring exception in command help:
Traceback (most recent call last):
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 83, in wrapped
ret = await coro(*args, **kwargs)
File "bot.py", line 39, in help
await client.send_message(author, embed=embed)
AttributeError: 'Bot' object has no attribute 'send_message'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 892, in invoke
await ctx.command.invoke(ctx)
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 797, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "/home/stojke/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 92, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Bot' object has no attribute 'send_message'

commands not working either with dollar simbol or mine < simbol

i succesfully run the bot but when i write the commands nothing happen and this is what it says

bot is now online
Ignoring exception in command h:
Traceback (most recent call last):
File "C:\Users\erosa\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
ret = await coro(*args, **kwargs)
File "nuker.py", line 110, in h
for user in list(ctx.message.server.members):
AttributeError: 'Message' object has no attribute 'server'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\erosa\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\ext\commands\bot.py", line 902, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\erosa\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\ext\commands\core.py", line 864, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "C:\Users\erosa\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\ext\commands\core.py", line 94, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'Message' object has no attribute 'server'

Not Working

I have done all the steps and invited the bot into the server but none of the commands are doing anything.

Missing intents

TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'

Error

It doesn't work. Whenever I get to the final step it says something along the lines of "No such file or directory". Please help me solve this issue

Missing module.

Upon entering in the "py -3.5 [BOTNAME].py (I actually put the bot name), it greets me with the following.
-3.5 Hostile.py
Traceback (most recent call last):
File "Hostile.py", line 1, in
import discord
ImportError: No module named 'discord'
Anyone know a fix? (Hostile is the file/program name).

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.