Advertisement
swimmerhair

Swimbot Error

Oct 10th, 2022
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.82 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
  3.     ret = await coro(*args, **kwargs)
  4.   File "c:\Users\wmiller.GTI\OneDrive - Goddard Technologies\Desktop\SwimBot\Swimbot\whois.py", line 173, in rename
  5.     await member.edit(nick=name)
  6.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\member.py", line 681, in edit
  7.     await http.edit_member(guild_id, self.id, reason=reason, **payload)
  8.   File "C:\Users\wmiller.GTI\AppData\Local\Programs\Python\Python37\lib\site-packages\discord\http.py", line 254, in request
  9.     raise HTTPException(r, data)
  10. discord.errors.HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body
  11. In nick: Must be 32 or fewer in length.
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement