break down messages due to slack msg limit
Compare changes
- Zhang, Chen authored
+ 8
− 2
@@ -251,9 +251,15 @@ app = App(token=os.environ["SLACK_BOT_TOKEN"], name="Amaterasu")
Slack API has a limit on message length, and adding bm3dornl happens to exceed that limit. This MR breaks down the messages and sending them one category at a time.