2023-11-30 14:15:19 +00:00

4 lines
93 B
JavaScript

const Reply = require('./reply');
module.exports = (...args) => new Reply('send', ...args);