mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-04-02 09:44:14 +00:00
7 lines
No EOL
150 B
JavaScript
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}`);
|
|
} |