Javascript – How can I solve the error in my python code?
I'm making a Discord bot with Python, the code is the following: embed = discord.Embed(title=f'Topic: {tema.capitalize()}', description='The word has ' + str(len(secretWord)) + ' letters', color=discord.Color.yellow()) msg = await interaction.response.send_message(embed=embed) await msg.add_reaction('regional_indicator_1:') It gives me the following error that I…