Use whatever account that is in id 999 as bot

This commit is contained in:
Sunpy
2018-02-14 17:44:37 +01:00
parent 29db61fd12
commit 27a5f9c000
10 changed files with 30 additions and 27 deletions

View File

@@ -28,7 +28,7 @@ class handler(requestsManager.asyncRequestHandler):
raise exceptions.invalidArgumentsException()
chatHelper.sendMessage(
"FokaBot",
glob.BOT_NAME,
self.get_argument("to").encode().decode("ASCII", "ignore"),
self.get_argument("msg").encode().decode("ASCII", "ignore")
)