Starflight-code / starbot

A Discord bot for populating channels on cron intervals and more
GNU Affero General Public License v3.0
0 stars 0 forks source link

Feature: Add Additional Error Handling to Web Requests #4

Closed Starflight-code closed 3 weeks ago

Starflight-code commented 3 weeks ago

Currently, web requests can trigger panics on failed JSON deserialization or connection failure. These failures should be handled through result returns within handler the handler functions.

Starflight-code commented 3 weeks ago

Added in 7ae6d4caccd2c8c76a143450baadf4df57291d62, which will be down-streamed to StarBleed soon.