eibex/reaction-light

Problem with disnake - interaction_bot_base

erwinowak opened this issue · 1 comments

Describe the bug

This happens when starting the bot.

Screenshots

Screenshot_1

Server:

  • OS: Debian 11
  • Python version: 3.9
  • disnake version: 3.5.0

Traceback

bot.py:54: DeprecationWarning: Using `command_prefix=None` is deprecated and will result in an error in future versions. If you don't need any prefix functionality, consider using InteractionBot.
  super().__init__(intents=intents)
/usr/local/lib/python3.9/dist-packages/disnake/ext/commands/interaction_bot_base.py:827: SyncWarning: Failed to overwrite global commands due to 400 Bad Request (error code: 50035): Invalid Form Body
In 4.options.0.description: Must be between 1 and 100 in length.
In 4.options.1.description: Must be between 1 and 100 in length.
  warnings.warn(f"Failed to overwrite global commands due to {e}", SyncWarning)
eibex commented

This is probably caused because you are using the Polish language you submitted. It will be fixed once #119 is merged