diff --git a/src/hooks.ts b/src/hooks.ts index 137746e7..da149a24 100644 --- a/src/hooks.ts +++ b/src/hooks.ts @@ -12,7 +12,7 @@ export interface Hooks { } update: {} 'command_not_found': {id: string}, - 'plugins:install': { + 'plugins:preinstall': { plugin: { name: string, tag: string,