@rithien/discord_bridge 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/controller.js +1 -1
- package/dist/web/manifest.json +2 -2
- package/dist/web/static/{discord_bridge.829c98e5c1dec5651130.js → discord_bridge.eb399a233189cc9de727.js} +1 -1
- package/dist/web/static/{package_json.5b7143030d2fd54e14be.js → package_json.eb40f2bb2cb67c86f9d0.js} +1 -1
- package/package.json +1 -1
package/controller.js
CHANGED
|
@@ -261,7 +261,7 @@ class ControllerPlugin extends BaseControllerPlugin {
|
|
|
261
261
|
}
|
|
262
262
|
const hostName = this.getHostName(instance.config.get("instance.assigned_host"));
|
|
263
263
|
const message = this.formatMessage(template, hostName, instanceName, content);
|
|
264
|
-
await channel.send(message,
|
|
264
|
+
await channel.send({ content: message, allowedMentions: { parse: [] } });
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
|
package/dist/web/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main.js": "static/main.42d03a9854919d3e8189.js",
|
|
3
|
-
"discord_bridge.js": "static/discord_bridge.
|
|
3
|
+
"discord_bridge.js": "static/discord_bridge.eb399a233189cc9de727.js",
|
|
4
4
|
"static/info_js.js": "static/info_js.131defcd9652f0e24d4a.js",
|
|
5
|
-
"static/package_json.js": "static/package_json.
|
|
5
|
+
"static/package_json.js": "static/package_json.eb40f2bb2cb67c86f9d0.js"
|
|
6
6
|
}
|
|
@@ -123,7 +123,7 @@ __webpack_require__.d(exports, {
|
|
|
123
123
|
/******/ // This function allow to reference async chunks
|
|
124
124
|
/******/ __webpack_require__.u = (chunkId) => {
|
|
125
125
|
/******/ // return url for filenames based on template
|
|
126
|
-
/******/ return "static/" + chunkId + "." + {"info_js":"131defcd9652f0e24d4a","package_json":"
|
|
126
|
+
/******/ return "static/" + chunkId + "." + {"info_js":"131defcd9652f0e24d4a","package_json":"eb40f2bb2cb67c86f9d0"}[chunkId] + ".js";
|
|
127
127
|
/******/ };
|
|
128
128
|
/******/ })();
|
|
129
129
|
/******/
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
\**********************/
|
|
16
16
|
(module) {
|
|
17
17
|
|
|
18
|
-
module.exports = /*#__PURE__*/JSON.parse('{"name":"@rithien/discord_bridge","version":"0.3.
|
|
18
|
+
module.exports = /*#__PURE__*/JSON.parse('{"name":"@rithien/discord_bridge","version":"0.3.3","description":"Clusterio plugin bridging chat between instances and Discord, with per-instance channel routing","main":"info.js","scripts":{"test":"echo \\"Error: no test specified\\" && exit 1","prepare":"webpack-cli --env production"},"keywords":["clusterio","clusterio-plugin","factorio","discord"],"author":"rithien <jacek@zaluzje.bialystok.pl>","license":"MIT","peerDependencies":{"@clusterio/lib":"^2.0.0-alpha.14"},"devDependencies":{"@clusterio/lib":"^2.0.0-alpha.14","@clusterio/web_ui":"^2.0.0-alpha.14","webpack":"^5.88.2","webpack-cli":"^5.1.4","webpack-merge":"^5.9.0"},"dependencies":{"discord.js":"^14.14.1"},"publishConfig":{"access":"public"}}');
|
|
19
19
|
|
|
20
20
|
/***/ }
|
|
21
21
|
|