mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-20 03:47:01 -04:00
fix PronounDB crash with new profile in dms, force start dependencies
This commit is contained in:
parent
b48c8d8a4a
commit
81edc14070
8 changed files with 80 additions and 24 deletions
|
@ -49,9 +49,10 @@ export interface PluginAuthor {
|
|||
export interface Plugin extends PluginDef {
|
||||
patches?: Patch[];
|
||||
started: boolean;
|
||||
isDependency?: boolean;
|
||||
}
|
||||
|
||||
interface PluginDef {
|
||||
export interface PluginDef {
|
||||
name: string;
|
||||
description: string;
|
||||
authors: PluginAuthor[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue