Skip to content

Commit

Permalink
feat: Added sendGif method to send GIF in the chat (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed May 3, 2021
1 parent 8a5da48 commit 4ee590c
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 58 deletions.
156 changes: 113 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@types/rimraf": "^3.0.0",
"@types/sharp": "^0.28.0",
"@types/shelljs": "^0.8.8",
"@types/tmp": "^0.2.0",
"@types/ws": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
Expand Down Expand Up @@ -110,9 +111,11 @@
"catch-exit": "^1.1.0",
"chalk": "^4.0.0",
"chrome-launcher": "^0.13.1",
"execa": "^5.0.0",
"fsevents": "^2.3.1",
"futoin-hkdf": "^1.3.2",
"latest-version": "^5.1.0",
"lookpath": "^1.2.0",
"mime-types": "^2.1.28",
"puppeteer": "^5.5.0",
"puppeteer-extra": "^3.1.16",
Expand All @@ -122,6 +125,7 @@
"rimraf": "^3.0.2",
"sanitize-filename": "^1.6.3",
"sharp": "^0.28.0",
"tmp": "^0.2.1",
"tree-kill": "^1.2.2",
"winston": "^3.3.3"
},
Expand Down
Loading

0 comments on commit 4ee590c

Please sign in to comment.