swimmerhair

Swimbot Error

Jan 26th, 2023
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.43 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/home/pi/.local/lib/python3.7/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "/home/pi/Swimbot/whois.py", line 294, in whois
  5.     embed.set_footer(text=f"Requested by {ctx.message.author.name}", icon_url= ctx.message.guild.get_member(ctx.message.author.id).avatar_url)
  6. AttributeError: 'NoneType' object has no attribute 'avatar_url'
  7.  
Add Comment
Please, Sign In to add comment