【发布时间】:2019-07-25 07:56:31
【问题描述】:
对于将发布链接的不和谐机器人,其输出的 URL 将被屏蔽
variable = url + "/collection/" + str(field[1]) + "test"
embed.add_field(name=str(field[0]), value=str("![test]!({variable})"))
不知道这是怎么回事
embed.add_field(name=str(field[0]), value=str("![test]!( https://www.google.com)"))
【问题讨论】:
-
您好,欢迎来到 Stack Overflow。请发布您在使用此代码时遇到的具体问题。
-
value=str("[test]({variable})")) 如何让变量在屏蔽链接中工作
-
在 Javascript 中是 (
[test](${variable})))
标签: python embed discord discord.py