From 9b133843304ea4d33f0a6518336e000d11aaa5a1 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Tue, 12 Nov 2019 09:52:15 +0100 Subject: [PATCH] changed code --- transit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transit.py b/transit.py index dae8f31..1f2563a 100644 --- a/transit.py +++ b/transit.py @@ -13,7 +13,7 @@ from slixmpp import ClientXMPP mbody="%s has just left..." % (presence['muc']['nick']), To run this bot, type the following command in your terminal: - python3 usher.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n usherbot -p testing + python3 transit.py -d -j administratorbot@conversejs.org -r botsofconduct@muc.vvvvvvaria.org -n transitbot -p testing """ class MUCBot(slixmpp.ClientXMPP):