Skip to content

Commit

Permalink
Slack bridge: Inform user to subscribe their Slack bot.
Browse files Browse the repository at this point in the history
  • Loading branch information
rht authored and timabbott committed Oct 19, 2022
1 parent eef02fb commit 582e973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zulip/integrations/bridge_with_slack/run-slack-bridge
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if __name__ == "__main__":
exit(1)

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.
rtm = RTMClient(token=config["slack"]["token"])
Expand Down

0 comments on commit 582e973

Please sign in to comment.