mirror of
https://github.com/arthur-pbty/gestion.git
synced 2026-06-03 23:36:35 +02:00
add end components ping
This commit is contained in:
@@ -31,5 +31,9 @@ module.exports = {
|
|||||||
});
|
});
|
||||||
interaction.reply({ content: 'La latence a été rafraichie', ephemeral: true });
|
interaction.reply({ content: 'La latence a été rafraichie', ephemeral: true });
|
||||||
});
|
});
|
||||||
|
|
||||||
|
collector.on('end', () => {
|
||||||
|
sentMessage.edit({ components: [] });
|
||||||
|
});
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user