diff --git a/utils/themify.js b/utils/themify.js index 2db9886..5487a83 100644 --- a/utils/themify.js +++ b/utils/themify.js @@ -53,7 +53,7 @@ function getCountImage({ count, theme='moebooru', length=7 }) { }, '') return ` - + Moe Count ${parts} @@ -64,4 +64,4 @@ function getCountImage({ count, theme='moebooru', length=7 }) { module.exports = { getCountImage -} \ No newline at end of file +}