Building Discord bot interactions as Convex http actions
because several of them are enums, and I need the actual enum value (because Discord uses integers for a bunch of things, and I don't want magic values all over my codebase.
but Convex complains that I'm importing unsupported node modules. I guess my best bet is to just copy these enums out of Discord.js into my own codebase, so that I can stick to importing pure types, but if there's a workaround to somehow treeshake out those unneeded node module imports, I'd be happy to hear about them.
