[cmd] art

This commit is contained in:
derpystuff 2022-06-15 16:07:29 +02:00
parent eaff3db775
commit 7aff8e079f
4 changed files with 117 additions and 2 deletions

View file

@ -126,6 +126,10 @@ module.exports = class BasePaginator extends EventEmitter {
return this.commandMessage;
}
async appendPage(page) {
this.pages.push(page)
}
stop(timeout = false) {
this.emit("stop", this, timeout);
this.removeAllListeners();