diff --git a/bot/util/functions.js b/bot/util/functions.js index d439608..0e9ddd9 100644 --- a/bot/util/functions.js +++ b/bot/util/functions.js @@ -1,4 +1,3 @@ -// const { MessageCollector } = require('eris-collector'); const { inspect, promisify } = require('util'); const colours = require('../assets/colours.json'); diff --git a/package-lock.json b/package-lock.json index 45d49d8..5e8d8a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,8 @@ "@sentry/node": "^5.27.3", "chalk": "^4.1.0", "eris": "^0.14.0", + "eris-pagination": "github:WeebHiroyuki/eris-pagination", + "eris-reactions": "^0.1.3", "eslint": "^7.12.1", "fs-readdir-recursive": "^1.1.0", "js-yaml": "^3.14.0", @@ -439,6 +441,22 @@ "tweetnacl": "^1.0.1" } }, + "node_modules/eris-pagination": { + "version": "0.5.0", + "resolved": "git+ssh://git@github.com/WeebHiroyuki/eris-pagination.git#7c7b56a4e6fe0d3af95f41839385b977c8f74854", + "license": "MIT", + "dependencies": { + "eris-reactions": "git+https://github.com/WeebHiroyuki/eris-reactions.git" + }, + "peerDependencies": { + "eris": "^0.14.0" + } + }, + "node_modules/eris-reactions": { + "version": "0.1.3", + "resolved": "git+ssh://git@github.com/WeebHiroyuki/eris-reactions.git#0119ba57534ff3a96b04f956db3dc2cb4883851c", + "license": "MIT" + }, "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", @@ -1775,6 +1793,17 @@ "ws": "^7.2.1" } }, + "eris-pagination": { + "version": "git+ssh://git@github.com/WeebHiroyuki/eris-pagination.git#7c7b56a4e6fe0d3af95f41839385b977c8f74854", + "from": "eris-pagination@github:WeebHiroyuki/eris-pagination", + "requires": { + "eris-reactions": "git+https://github.com/WeebHiroyuki/eris-reactions.git" + } + }, + "eris-reactions": { + "version": "git+ssh://git@github.com/WeebHiroyuki/eris-reactions.git#0119ba57534ff3a96b04f956db3dc2cb4883851c", + "from": "eris-reactions@^0.1.3" + }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", diff --git a/package.json b/package.json index a0803e3..2e69ab4 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,8 @@ "@sentry/node": "^5.27.3", "chalk": "^4.1.0", "eris": "^0.14.0", + "eris-pagination": "github:WeebHiroyuki/eris-pagination", + "eris-reactions": "^0.1.3", "eslint": "^7.12.1", "fs-readdir-recursive": "^1.1.0", "js-yaml": "^3.14.0",