Fix TypeScript errors
This release fixes some scenarios where TypeScript would report type incompatibilities in builders.
.addXOption
functions from Discord.js now preserve type information.- Handler functions now determine
interaction
type better. - Handler functions don't cause TypeScript errors anymore (no idea how I didn't catch this the first time around).