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