Advertisement
swimmerhair

Swimbot Error

May 22nd, 2022
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.66 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 146, in rename
  5.     await member.edit(nick=name)
  6.   File "/home/pi/.local/lib/python3.7/site-packages/discord/member.py", line 601, in edit
  7.     await http.edit_member(guild_id, self.id, reason=reason, **payload)
  8.   File "/home/pi/.local/lib/python3.7/site-packages/discord/http.py", line 245, 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