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
Ignoring exception in on_message
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 976, in on_message
await decide_command(message)
File "C:\Users\smith\Documents\GitHub\NoDiggityNoBot\bot.py", line 429, in decide_command
await bot_say("{0.mention}, what time is it?!?!".format(bot.get_user(639547102023647233)), bot.general_channel)
AttributeError: 'NoneType' object has no attribute 'mention'
The text was updated successfully, but these errors were encountered:
Maybe this only happens if she's offline?
The text was updated successfully, but these errors were encountered: