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

Poop announcements not working #20

Closed
KaitlinMS opened this issue Aug 20, 2021 · 1 comment
Closed

Poop announcements not working #20

KaitlinMS opened this issue Aug 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@KaitlinMS
Copy link
Owner

Maybe this is related to the user who does the pooping not being online?

Traceback (most recent call last):
  File "C:\Users\smith\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\client.py", line 343, in _run_event
    await coro(*args, **kwargs)
  File "C:\Users\smith\Documents\GitHub\NoDiggityNoBot\bot.py", line 1003, in on_raw_reaction_add
    await check_reactions(message, user)
  File "C:\Users\smith\Documents\GitHub\NoDiggityNoBot\bot.py", line 66, in check_reactions
    await check_reactions_movie_channel(m, user)
  File "C:\Users\smith\Documents\GitHub\NoDiggityNoBot\bot.py", line 91, in check_reactions_movie_channel
    await bot.general_channel.send('{0} has been 💩\'d by ||{1}||!'.format(m.content, user.display_name))
AttributeError: 'NoneType' object has no attribute 'display_name'
Ignoring exception in on_message
@KaitlinMS KaitlinMS added the bug Something isn't working label Aug 20, 2021
@KaitlinMS
Copy link
Owner Author

Might be related to this: Rapptz/discord.py#5867

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

1 participant