【发布时间】:2021-08-11 08:23:17
【问题描述】:
我正在用 Python 制作一个机器人,但是当机器人发送嵌入缩略图时,它位于右侧,但我想将其定位在左侧。
这是我的代码:
@client.command()
async def about(ctx):
embed = discord.Embed(title="Warning",description="This command is under construction!",color=0xffff00)
embed.set_thumbnail(url='https://i.imgur.com/s3PooTk.png',)
await ctx.send(embed=embed)
【问题讨论】:
标签: python image api discord bots