hi all I am doing one discord bot
I need to send one countdown it's like a cooldown embed after every request
I did this code but I don't know how to add this in my embed
for i in range(60,0,-1):print(f"{i}", end="\r", flush=True)time.sleep(1)
this is my embed :
embed_processing = discord.Embed(title = ('please wait 1min we are processing your request time '),description=('Jaffa_the_warrior server'),colour = discord.Color.orange())processingmessage = await ctx.channel.send(embed = embed_processing)
please help me i want to add a timer in the title