1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 16:08:06 +00:00
daraz-san/index.js

7 lines
94 B
JavaScript
Raw Normal View History

2019-07-27 01:30:19 +09:00
module.exports = [
"daraz",
({ message, say }) => {
say(`<@${message.user}>`);
}
];