@manybot/manybot 5.4.0 → 5.4.1

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.
@@ -940,6 +940,7 @@ function buildSendApi(sock, store, rawJid, guardOptions = {}) {
940
940
  text: (text, opts) => current.text(text, opts),
941
941
  image: (filePath, caption, opts) => current.image(filePath, caption, opts),
942
942
  video: (filePath, caption, opts) => current.video(filePath, caption, opts),
943
+ gif: (filePath, caption, opts) => current.gif(filePath, caption, opts),
943
944
  audio: (filePath, opts) => current.audio(filePath, opts),
944
945
  sticker: (source) => current.sticker(source),
945
946
  file: (filePath, filename) => current.file(filePath, filename),
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "SyntaxError!",
6
6
  "email": "me@stxerr.dev"
7
7
  },
8
- "version": "5.4.0",
8
+ "version": "5.4.1",
9
9
  "license": "GPL-3.0-only",
10
10
  "private": false,
11
11
  "engines": {