mirror of
https://github.com/Equicord/Equicord.git
synced 2025-05-11 18:05:37 +02:00
Add Break Back For Scripts 😭
This commit is contained in:
parent
f605231a36
commit
8d5d7ba8a0
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ async function parseFile(fileName: string) {
|
|||
}
|
||||
throw fail("commands array contains invalid elements");
|
||||
});
|
||||
break;
|
||||
case "authors":
|
||||
if (!isArrayLiteralExpression(value)) throw fail("authors is not an array literal");
|
||||
data.authors = value.elements.map(e => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue