【发布时间】:2021-11-19 03:34:39
【问题描述】:
请查看以下演示:
@bot.command()
@commands.has_permissions(manage_messages= True)
async def quickembed(ctx, *,msg):
em = discord.Embed(description=f'{msg}', color=discord.Color.green())
await ctx.send(embed=em)
【问题讨论】:
-
请澄清您的具体问题或提供其他详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。
标签: python discord discord.py embed