#What error is this?
1 messages · Page 1 of 1 (latest)
This error suddenly occurred during bot test using build_ids
I can't find it on Google, so please help me
command name Must be 25 or fewer in length
But it used to work normally, and the ID length is 18 digits
no uh
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
your command either has >25 subcommands
oh..
yeah that should be it, nvm the either
oh, I got it