@manybot/manybot 4.0.3 → 4.1.0

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "SyntaxError!",
6
6
  "email": "me@stxerr.dev"
7
7
  },
8
- "version": "4.0.3",
8
+ "version": "4.1.0",
9
9
  "license": "GPL-3.0-only",
10
10
  "private": false,
11
11
  "engines": {
@@ -263,6 +263,10 @@ export function buildApi({ msg, chat, client, pluginRegistry }) {
263
263
  async reply(text) {
264
264
  return msg.reply(text);
265
265
  },
266
+
267
+ async react(emoji) {
268
+ return msg.react(emoji);
269
+ },
266
270
  },
267
271
 
268
272
  // ── chat ─────────────────────────────────────────────────