1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 21:15:45 +02:00

Refactor: Extract the cat generator

This commit is contained in:
syuilo
2017-02-01 04:49:23 +09:00
parent 2218dba252
commit 23810d0ce5
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
module.exports = function() {
return '(=^・・^=)'
};