]> git.cworth.org Git - turbot/blob - channel.py
1c9d4120e78b820a3ba1dcf7b33a8fe1c3878ed5
[turbot] / channel.py
1 def channel_url(channel_id):
2     """Given a channel ID, return the URL for that channel."""
3
4     return "https://halibutthatbass.slack.com/archives/{}".format(channel_id)