File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ async function onLogin (user: Contact) {
3232 const contact = await bot . Contact . find ( { id : 'luyuchao' } )
3333 log . info ( 'contact:' , contact )
3434 const name = await bot . currentUser . name ( )
35- await contact ?. say ( `Hi,我是数字员工 ${ name } ,很高兴认识你` )
35+ await contact ?. say ( `Hi,我是 ${ name } ,很高兴认识你` )
3636
3737 const room = await bot . Room . find ( { id : '11837093' } )
3838 log . info ( 'room:' , room )
39- await room ?. say ( `Hi,我是数字员工 ${ name } ,很高兴认识你` )
39+ await room ?. say ( `Hi,我是 ${ name } ,很高兴认识你` )
4040}
4141
4242async function onMessage ( msg : Message ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " wechaty-puppet-bridge" ,
3- "version" : " 0.17.2 " ,
3+ "version" : " 0.17.4 " ,
44 "description" : " Puppet Bridge for Wechaty" ,
55 "type" : " module" ,
66 "exports" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments