This commit is contained in:
SrGooglo 2024-01-25 20:57:54 +01:00
parent 3957b81b9c
commit af97c09aea
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ module.exports = {
]
},
executable: true,
execute: async ({ manifest }) => {
execute: async (manifest) => {
console.log(manifest)
const auth = await manifest.libraries.mcl.auth((manifest.storaged_configs?.username ?? defaultConfig.username))