style: use space indentation
feat: no new users allowed fix: change base language to Korean fix: change gacha to random text from devs
This commit is contained in:
parent
320dfc0696
commit
b6a3b0cd53
35 changed files with 335 additions and 367 deletions
|
@ -47,7 +47,7 @@ export const format = (user: IUser, count: Count): string => {
|
|||
return !v ? m : typeof v === 'function' ? v(score, user) : v;
|
||||
});
|
||||
if (user.appendHashtag) {
|
||||
result = result + '\n\n#misshaialert'
|
||||
result = result + '\n\n#misshaialert';
|
||||
}
|
||||
return result;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue