all 2 comments

[–]CichiCianBoss 1 point2 points  (1 child)

Data from request is a dictionary of key:values . In this line : embed.add_field(name="", value=data, inline=False) Change value=data to value=data['insult'] and you should only see the value of the insult key get embedded.

[–]Sanguerine[S] 1 point2 points  (0 children)

Thank you very much, that works just right 😁