@amelix/phoenix.js
Version:
A feature-rich API wrapper for the critically acclaimed chatting app Phoenix.. or something.
8 lines (7 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.messageQueryLimit = exports.defaultIcon = exports.apiPath = exports.hostname = void 0;
exports.hostname = "api-phoenix.amelix.xyz";
exports.apiPath = "";
exports.defaultIcon = 'https://' + exports.hostname + '/avatars/default';
exports.messageQueryLimit = 150;