【发布时间】:2021-06-07 16:35:49
【问题描述】:
我有这个命令,当我说p!customembed [colorID] [title] [description] 时,我不想让它进行自定义嵌入,但它没有响应。有人可以帮忙吗?谢谢。
@client.command()
async def customembed(ctx, color, title, description):
embed=discord.Embed(title=title, description=description, color=str(color))
await ctx.channel.send(embed=embed)
【问题讨论】:
标签: python discord.py