mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
a lot of thingssss
This commit is contained in:
parent
eb0ba140f3
commit
726861294b
14 changed files with 420 additions and 24 deletions
|
@ -41,11 +41,11 @@ const paginator = new Paginator(cluster, {
|
|||
await commandClient.addMultipleIn('../commands/message/');
|
||||
await commandClient.run()
|
||||
|
||||
commandClient.on('commandDelete', async ({reply}) => {
|
||||
if (reply){
|
||||
reply.delete();
|
||||
}
|
||||
});
|
||||
//commandClient.on('commandDelete', async ({reply}) => {
|
||||
// if (reply){
|
||||
// reply.delete();
|
||||
// }
|
||||
//});
|
||||
|
||||
})();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue