I recently updated all of my packages and I expected some errors to popup and I've managed to fix most of them except this one:
Argument of type 'ApplicationCommandType.User' is not assignable to parameter of type 'ContextMenuCommandType'.
This error appears on this line:
registry.registerContextMenuCommand(builder => builder.setName('Rob').setType(ApplicationCommandType.User));