Update 0BDFDB.plugin.js
This commit is contained in:
parent
3fbe1cb139
commit
d0706b6aff
|
@ -575,7 +575,7 @@ var BDFDB = (_ => {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
if (pluginQueue) for (let config of pluginQueue) BdApi.Plugins.reload(config.name);
|
if (pluginQueue) for (let pluginName of pluginQueue) BdApi.Plugins.reload(pluginName);
|
||||||
|
|
||||||
return class BDFDB {
|
return class BDFDB {
|
||||||
getName () {return "BDFDB";}
|
getName () {return "BDFDB";}
|
||||||
|
|
Loading…
Reference in New Issue