Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ender-null committed May 29, 2024
1 parent fa7bfe5 commit f052b31
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"mime-types": "^2.1.35",
"mongodb": "^6.7.0",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node-fetch": "^2.7.0",
"openai": "^4.47.2",
"string-format": "^2.0.0",
"tmp": "^0.2.3",
Expand Down
30 changes: 0 additions & 30 deletions src/plugins/add-to-discord.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/plugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export { AboutPlugin } from './about';
export { AddToDiscordPlugin } from './add-to-discord';
export { AnimalPlugin } from './animal';
export { AntiSpamPlugin } from './anti-spam';
export { AscoDeVidaPlugin } from './asco-de-vida';
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1826,22 +1826,13 @@ node-fetch@*:
fetch-blob "^3.1.4"
formdata-polyfill "^4.0.10"

node-fetch@^2.6.7:
node-fetch@^2.6.7, node-fetch@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
dependencies:
whatwg-url "^5.0.0"

node-fetch@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b"
integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"
formdata-polyfill "^4.0.10"

nth-check@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz"
Expand Down

0 comments on commit f052b31

Please sign in to comment.