UNPKG

oebot

Version:

OEBot 命令行工具

10 lines (9 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getCurrentAccount = void 0; const path_1 = require("../path"); function getCurrentAccount() { const oeConf = require(path_1.ConfPath); return String(oeConf?.account ?? ''); } exports.getCurrentAccount = getCurrentAccount;