nukebot / discord-nuke-bot

a simple but efficient discord bot for nuking servers!
https://github.com/nukebot/discord-nuke-bot
128 stars 172 forks source link

ban command isnt working #9

Closed randomdude12122 closed 3 years ago

randomdude12122 commented 3 years ago

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'