6 lines
298 B
JavaScript
6 lines
298 B
JavaScript
const fs = require('fs');
|
|
const readline = require('readline');
|
|
// Let's parse extension.log to find the steps! No wait, let's just make a script that uses rawRPC.
|
|
// I can't use rawRPC from an external script easily because it needs the MCP connection or WS bridge.
|
|
// Wait! The bot has a bridge!
|