fix sailboat so pluginsrepo can parse it correctly

This commit is contained in:
Cynthia Foxwell 2018-05-21 16:57:08 -06:00
parent c121a9c773
commit ebd0cbf4b0
1 changed files with 14 additions and 12 deletions

View File

@ -1,4 +1,5 @@
exports.manifest = {
exports = {
manifest:{
author: "Adryd, BlockBuilder57, Cynosphere",
name: "Sailboat",
description: "Login as bot accounts.",
@ -10,4 +11,5 @@ exports.manifest = {
{signature:'/function S\\(e\\){var t=arguments/',payload:'function S(e){if(e==undefined) return; var t=arguments'},
{signature:'totalUnavailableGuilds,n=[];',payload:'totalUnavailableGuilds,n=[];if(e.readState==undefined) return;'}
]
}
}