我使用python中的discord创建了一个机器人。 但是当我使用embed时,我无法控制它的宽度,因为我使用它们来创建列,有时其中一个会变成行,格式会中断,而区域甚至不会占据半个页面。to the next row while the width of the embed does not exceed half the width of the page 显然,选择宽度是不可能的。但是,默认实现的帮助命令太大了,我该怎么做呢?The default help uses what a
with open("C:/Users/leola/Desktop/Leo/Coding/Python/DISCORD_BOT/help_alt.json", 'r') as help_file:help_commands = json.load(help_file)
# help_commands["embed"]["author"][&
如何在中的结构中嵌入通道var m map[string]intvar m chan int
为了澄清,在Go中,可以将类型嵌入到另一个类型中。嵌入器类型可以访问在嵌入式类型上定义的所有方法,但也可以通过其类型的名称显式地引用嵌入式类型。因此,对于想要引用嵌入式通道类型的人来说,map类型声明和通道类型声明之间的<em