Commit 6c1374b0 by xxlv

Fix typo

parent ef3737ac
...@@ -6,4 +6,4 @@ import Bot ...@@ -6,4 +6,4 @@ import Bot
class XiaoLingBot(Bot.Bot): class XiaoLingBot(Bot.Bot):
def handle(self): def handle(self):
self.bot..send('Hello, filehelper', toUserName='filehelper') self.bot.send(u'你好呀~初次见面,请多多关照!', toUserName='filehelper')
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