diff --git a/moduleWrappers/powercord/entities.js b/moduleWrappers/powercord/entities.js index 1e939f8..7ecd470 100644 --- a/moduleWrappers/powercord/entities.js +++ b/moduleWrappers/powercord/entities.js @@ -13,6 +13,10 @@ window.powercord = { }, [ { type: 3, required: false, name: 'args', description: 'Arguments for PC command' } // Argument for any string for compat. with PC's classical commands ]) + }, + + unregisterCommand: (command) => { + goosemodScope.patcher.commands.remove(command); } } }