You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Maybe this is related to the user who does the pooping not being online?
The text was updated successfully, but these errors were encountered: