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):