mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-19 08:28:04 +00:00
6 lines
161 B
JavaScript
6 lines
161 B
JavaScript
|
const random = require("./random");
|
||
|
|
||
|
const nyans = [":nya-n1:", ":nya-n2:", ":nya-n3:", ":nya-n4:", ":nya-n5:"];
|
||
|
|
||
|
module.exports = nyanco = () => random(nyans);
|