mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
7 lines
No EOL
197 B
JavaScript
7 lines
No EOL
197 B
JavaScript
module.exports = {
|
|
Paginator: require("./structures/Paginator"),
|
|
PaginatorCluster: require("./structures/PaginatorCluster"),
|
|
get version() {
|
|
return require("../package").version;
|
|
}
|
|
}; |