poixpixel-discord-bot/build/target.js
2023-09-16 13:54:29 -04:00

7 lines
No EOL
150 B
JavaScript

import * as api from "./api.js";
try {
const target = api.run_target();
} catch (fault) {
console.error(`Failed to run target, Error: ${fault}`);
}