meetbryce / open-source-slack-ai

An open source alternative to some of Slack AI's premium features. Summarize channels and threads any time you want.
https://opensourceslackai.com
GNU General Public License v3.0
152 stars 9 forks source link

Feature/catch_errors_and_dm_user #12

Closed meetbryce closed 2 months ago

meetbryce commented 2 months ago

Introduced a decorator to centrally catch errors that occur while running a command/action/shortcut, log the error, and inform the user of the error in a useful way.

Resolves #7

codeclimate[bot] commented 2 months ago

Code Climate has analyzed commit 1d633f22 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 94.4% (50% is the threshold).

This pull request will bring the total coverage in the repository to 94.5% (0.5% change).

View more on Code Climate.