mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 16:08:06 +00:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
|
module.exports = [
|
||
|
"daraz",
|
||
|
({ message, say }) => {
|
||
|
say(`<@${message.user}>`);
|
||
|
}
|
||
|
];
|