FoxLisk / NMG-League-Bot

NMG League evil mastermind
https://nmg-league.foxlisk.com/
MIT License
0 stars 0 forks source link

better error handling in interaction handlers #80

Open FoxLisk opened 1 year ago

FoxLisk commented 1 year ago

when i started writing this project i was just using Result<T, String> to make my life easier, but now it's making my life harder

also I at some point between then and now learned about thiserror. so we actually have a nice error type but it's not really used in a lot of places