how do we do this in python? reading other bot embed in js.. i wanna do the exact same thing but i have no clue, could not find any docs which mention reading other bot's embed.. any help is appreciated please.
if (message.embeds.length == 1) {
const embed = message.embeds[0]
if (embed.title.includes("IT'S RAINING COINS")) {
the above code is in javascript, i'm tryna do this in python