diff --git a/source/plugins/community/splatoon/token.ts b/source/plugins/community/splatoon/token.ts index a0ae116c..71641c91 100644 --- a/source/plugins/community/splatoon/token.ts +++ b/source/plugins/community/splatoon/token.ts @@ -23,7 +23,7 @@ const allowed = { } const script = import.meta.resolve("./s3si/index.ts") const args = [ - "run", "--no-prompt", "--cached-only", + "run", "--no-prompt", `--allow-read="${allowed.files}"`, `--allow-write="${allowed.files}"`, `--allow-net="${allowed.net}"`,