【发布时间】:2020-12-26 21:24:53
【问题描述】:
我在 python 中使用 discord API 创建了一个机器人。
但是当我使用嵌入时,我无法控制它的宽度,而且由于我使用它们来创建列,有时其中一个会变成行并且格式被破坏,而该区域甚至不占用页面的一半.The 4th column goes to the next row while the width of the embed does not exceed half the width of the page
显然,无法选择宽度。但是,默认实现的帮助命令很大,我该怎么做? The default help uses what appears to be a much larger embed
【问题讨论】:
标签: python embed discord.py