]> git.cworth.org Git - turbot/blobdiff - turbot/hunt.py
Include a link to the big board in the hunt channel's topic
[turbot] / turbot / hunt.py
index 2d4de5108b4e75f5694b817941d3e24a1a8cec10..3063d879cb1069745a5405683b87f733dea58c1f 100644 (file)
@@ -174,6 +174,9 @@ def hunt_update_topic(turb, hunt):
     if url:
         topic += "<{}|Hunt website> ".format(url)
 
+    topic += "<https://halibut.cworth.org/{}|Big Board> ".format(
+        hunt['channel_id'])
+
     state = hunt.get('state', None)
     if state:
         topic += state