ligh7hau5/commands/proxy.js

5 lines
164 B
JavaScript
Raw Normal View History

const msg = 'Invalid proxy domain!';
exports.runQuery = (roomId, event, userInput) =>
matrixClient.sendHtmlNotice(roomId, msg, `<b>${msg}</b>`).catch(() => {});