mccoderpy / discord.py-message-components

A "fork" of discord.py library made by Rapptz with implementation of the Discord Message-Components & many other features by mccoderpy
MIT License
50 stars 12 forks source link

Error whenever sending message with components #14

Closed zachlagden closed 3 years ago

zachlagden commented 3 years ago

Whenever i send a message with any components i get this error:

discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body In components.0.components.0: Only dictionaries may be used in a ModelType

mccoderpy commented 3 years ago

What is your Code?

zachlagden commented 3 years ago

it turns out i had an old version of the package, I've updated and it works now.