Backup_Senica/RVO16/flow/comment.js
2025-10-16 02:24:24 +02:00

11 lines
279 B
JavaScript
Executable file

exports.id = 'comment';
exports.title = 'Comment';
exports.group = 'Common';
exports.color = '#704cff';
exports.author = 'Martin Smola';
exports.icon = 'comment';
exports.traffic = false;
exports.version = '1.0.0';
exports.readme = '# Comment';
exports.install = function() {};