From bc1d8694d4fcaaf9b4b0b744d8e81afc52b0d6f9 Mon Sep 17 00:00:00 2001 From: V Date: Tue, 2 May 2023 02:55:38 +0200 Subject: new plugin: VencordToolbox (#998) --- src/utils/types.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/utils') diff --git a/src/utils/types.ts b/src/utils/types.ts index c1e54aa..60dc4d4 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -108,6 +108,11 @@ export interface PluginDef { flux?: { [E in FluxEvents]?: (event: any) => void; }; + /** + * Allows you to add custom actions to the Vencord Toolbox. + * The key will be used as text for the button + */ + toolboxActions?: Record void>; tags?: string[]; } -- cgit