Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Counting] Bug: Console Error #50

Open
Menteroth opened this issue Jun 24, 2022 · 0 comments
Open

[Counting] Bug: Console Error #50

Menteroth opened this issue Jun 24, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Menteroth
Copy link

Description
Console error.

Additional Context

Ignoring exception in on_message
Traceback (most recent call last):
  File "C:\Discord\Bot\redenv\lib\site-packages\discord\client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "C:\Discord\Bot\Soundwave\cogs\CogManager\cogs\counting\counting.py", line 121, in _message_listener
    await message.delete()
  File "C:\Discord\Bot\redenv\lib\site-packages\discord\message.py", line 1023, in delete
    await self._state.http.delete_message(self.channel.id, self.id)
  File "C:\Discord\Bot\redenv\lib\site-packages\discord\http.py", line 250, in request
    raise NotFound(r, data)
discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
@Menteroth Menteroth added the bug Something isn't working label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants