mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
[fix] paginator editing works properly now
This commit is contained in:
parent
a68b840af7
commit
41721f941f
13 changed files with 32 additions and 37 deletions
|
@ -1,5 +1,4 @@
|
|||
const { Constants, ClusterClient, CommandClient } = require('detritus-client');
|
||||
//const { createPaginator } = require('./paginator')
|
||||
const Paginator = require('./paginator').PaginatorCluster
|
||||
|
||||
// Create client
|
||||
|
@ -40,12 +39,6 @@ const paginator = new Paginator(cluster, {
|
|||
});
|
||||
await commandClient.addMultipleIn('../commands/message/');
|
||||
await commandClient.run()
|
||||
|
||||
//commandClient.on('commandDelete', async ({reply}) => {
|
||||
// if (reply){
|
||||
// reply.delete();
|
||||
// }
|
||||
//});
|
||||
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue