Answer the question
In order to leave comments, you need to log in
Yandex.Maps API how to show a standard balloon when opening a map?
Hello!
There is a site https://goo.gl/R4z5Fn if you click on the "Show map" button, the map will appear and then when you click on the route, a standard balloon pops up.
Question: is it possible to somehow show this balloon when opening the map? those. so that you do not have to click on the route
Answer the question
In order to leave comments, you need to log in
@client.command(pass_context=True)
async def help(ctx):
author = ctx.message.author
embed = discord.Embed(
colour = discord.Color.orange()
)
embed.set_author(name = 'Help')
embed.add_field(name='.ping', value='Returns Pong', inline=False)
await ctx.channel.send(embed=embed)
либо await ctx.author.send(embed=embed)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question