#What error is this?

1 messages · Page 1 of 1 (latest)

stray gull
#
C:\Users\blue_\AppData\Local\Programs\Python\Python39\lib\site-packages\disnake\ext\commands\interaction_bot_base.py:733: SyncWarning: Failed to overwrite commands in <Guild id=891578280803700786> due to 400 Bad Request (error code: 50035): Invalid Form Body
In 0.options: Must be 25 or fewer in length.
  warnings.warn(
#

This error suddenly occurred during bot test using build_ids

#

I can't find it on Google, so please help me

vapid wave
#

command name Must be 25 or fewer in length

stray gull
balmy gust
#

no uh

stray gull
#
C:\Users\blue_\AppData\Local\Programs\Python\Python39\lib\site-packages\disnake\ext\commands\interaction_bot_base.py:712: SyncWarning: Failed to overwrite global commands due to 400 Bad Request (error code: 50035): Invalid Form Body
In 2.options: Must be 25 or fewer in length.
  warnings.warn(f"Failed to overwrite global commands due to {e}", SyncWarning)

If you remove the guild_ids, it appears like this

balmy gust
#

your command either has >25 subcommands

stray gull
#

oh..

balmy gust
stray gull
#

oh, I got it