hellos3b / sjbha-bot

13 stars 17 forks source link

fit: leaderboard is broken #189

Closed hellos3b closed 1 year ago

hellos3b commented 1 year ago

Could be an issue with resolving the username of a username on there. I've seen it before, need to double check to confirm

hellos3b commented 1 year ago

False, i've fixed that issue before

It comes from using ts-pattern.run() which throws an exception on unhandled

https://github.com/hellos3b/sjbha-bot/blob/48d85c123e993c5faedf1d56867446df7d28061a/bot/src/commands/fit/Fit.ts#L49

Should use match(...).otherwise() instead