a lot of thingssss

This commit is contained in:
derpystuff 2022-05-23 23:14:57 +02:00
parent eb0ba140f3
commit 726861294b
14 changed files with 420 additions and 24 deletions

View file

@ -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();
// }
//});
})();