Commit f894c6cc authored by Him188's avatar Him188

Remove DslMarker so as not to pollute namespace

parent e75c8698
......@@ -32,7 +32,6 @@ inline class XMLMessage(val stringValue: String) : Message,
/**
* 构造一条 XML 消息
*/
@XMLDsl
@MiraiExperimentalAPI("还未支持")
inline fun buildXMLMessage(block: @XMLDsl XMLMessageBuilder.() -> Unit): XMLMessage =
XMLMessage(XMLMessageBuilder().apply(block).text)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment