提交 b61d0e9d 编写于 作者: ruiruibupt's avatar ruiruibupt

Add " around all variable values.

上级 a5d3edb0
......@@ -219,7 +219,7 @@ bot
const topic = await dingRoom.topic()
log.info('Bot', 'onMessage: sender has already in dingRoom')
dingRoom.say('no need to ding again, because you are already in ding room', from)
from.say(`I found you have joined in room ${topic}!`)
from.say(`I found you have joined in room "${topic}"!`)
// sendMessage({
// content: 'no need to ding again, because you are already in ding room'
// , to: sender
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册