mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-24 05:47:02 -04:00
[cmd] art
This commit is contained in:
parent
eaff3db775
commit
7aff8e079f
4 changed files with 117 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue