duckduckdoof / discord_dreams

Some messing around with discord bots
0 stars 0 forks source link

Cleanup: Better Error Handling #18

Open duckduckdoof opened 2 years ago

duckduckdoof commented 2 years ago

As of now, error handling is pretty decent, but it's by no means organized in a neat manner (let alone an easily readable one). All the error handling is a bit scattered all over the place; we could also be missing some more niche errors that we should prepare for.

Refer to this section (https://tutorial.vcokltfre.dev/tutorial/12-errors/) for a better way to handle errors.