Troy Deck
Troy Deck
For larger channels that might be a point of entry for newcomers seeking help, having an @team record would ping too many people. But it's useful, so I got a...
Not sure how to implement this right now. The suggestion was @teamhere, but that requires a second bot user account to share the same team directory.
I think I want this to be behind a config flag. There are a couple ways we can make this less spammy. One is to send the duplicate message with...
When encountering an error in an async function, rollbar seems to hang indefinitely and suppress all logging. Here is a small proof of concept app: ```js const express = require('express');...