mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 18:37:04 -04:00
new plugin: VencordToolbox (#998)
This commit is contained in:
parent
7bc1362cbd
commit
bc1d8694d4
6 changed files with 244 additions and 32 deletions
|
@ -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<string, () => void>;
|
||||
|
||||
tags?: string[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue