mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-18 19:07:16 -04:00
[core] new swag paginator
This commit is contained in:
parent
f4a22934c6
commit
b1cc10c6ef
7 changed files with 438 additions and 24 deletions
7
labscore/paginator/index.js
Normal file
7
labscore/paginator/index.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
module.exports = {
|
||||
Paginator: require("./structures/Paginator"),
|
||||
PaginatorCluster: require("./structures/PaginatorCluster"),
|
||||
get version() {
|
||||
return require("../package").version;
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue