Subcommand wont get registered

Hey, I know it must be some little stupid thing I did wrong:

Im trying to create subcommands but while starting my bot I get the following error:
TypeError: Cannot read properties of undefined (reading 'parseConstructorPreConditionsRunIn')


I compared my code multiple times with the code of ofters and the docs, but I'm not seeing my mistake.
image.png
Solution
Update your dependencies, framework specifically. The method is a static method on Command class.
Was this page helpful?