Help, I get an error message in my code?
discord.errors.ApplicationCommandInvokeError: Application Command raised an exception: TypeError: Embed.add_field() missing 1 required keyword-only argument: 'value'
such an error message comes
here is another picture of code
Here’s where the problem is. Your add_field (first) has no value.
can I make value=Nome?
The docu says the guy is string. Whether there’s a none or an empty string you’ll have to try or dive deeper into the docu.
Text = Title/ Subject
Value=The peculiar text
The error message states that in the line with “Your rating for {user} …” there is no value=[…], which is probably necessary.