Slack bridge: Inform user to subscribe their Slack bot.
This commit is contained in:
parent
eef02fbb76
commit
582e9733a9
|
@ -146,7 +146,7 @@ if __name__ == "__main__":
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
print("Starting slack mirroring bot")
|
print("Starting slack mirroring bot")
|
||||||
print("MAKE SURE THE BOT IS SUBSCRIBED TO THE RELEVANT ZULIP STREAM")
|
print("MAKE SURE THE BOT IS SUBSCRIBED TO THE RELEVANT ZULIP STREAM(S) & SLACK CHANNEL(S)!")
|
||||||
|
|
||||||
# We have to define rtm outside of SlackBridge because the rtm variable is used as a method decorator.
|
# We have to define rtm outside of SlackBridge because the rtm variable is used as a method decorator.
|
||||||
rtm = RTMClient(token=config["slack"]["token"])
|
rtm = RTMClient(token=config["slack"]["token"])
|
||||||
|
|
Loading…
Reference in a new issue