matrix-org / conference-bot

The conductor for your orchestra^Wconference
Apache License 2.0
44 stars 8 forks source link

Add more specific errors to `CopyModerators` command #196

Closed H-Shay closed 1 year ago

H-Shay commented 1 year ago

Part of the effort to improve error messages. I hate that it is a pile of try/catch but I wasn't sure how else to give more specific information about where things are failing. Suggestions welcome.

H-Shay commented 1 year ago

Merged #196 into main, thanks for the review!