When attempting to create a request on certain commands the following error is thrown:
TypeError: Object.hasOwn is not a function
No pattern was observed in instances where this error happens, but in one example it appeared to be happening on a very straightforward command with 0 required parameters and 3 optional parameters (2 string, 1 boolean).
The only instance of hasOwn in the code is seen here.