Added the 'trivia' commands

This commit is contained in:
ION606
2022-07-18 20:44:38 +03:00
parent 03d0b136e1
commit 4e1214a312
6 changed files with 199 additions and 2 deletions
+11
View File
@@ -23,6 +23,7 @@
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.0.0",
"hastebin-gen": "^2.0.5",
"html-entities": "^2.3.3",
"libsodium-wrappers": "^0.7.10",
"mal-scraper": "^2.11.4",
"mongoose": "^6.3.2",
@@ -1488,6 +1489,11 @@
"node-fetch": "^2.6.0"
}
},
"node_modules/html-entities": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
"integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
},
"node_modules/htmlparser2": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.1.tgz",
@@ -6719,6 +6725,11 @@
"node-fetch": "^2.6.0"
}
},
"html-entities": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
"integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA=="
},
"htmlparser2": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.1.tgz",