닉네임 앞 뒤 곱으로 경우의 수 늘리기!!! [달빛] [현자] [be] ⇒ 완료 ✅
export const getRandomNickName = (): string => {
return `${prefixes[Math.floor(Math.random() * prefixes.length)]}${suffixes[Math.floor(Math.random() * suffixes.length)]}`;
};
띄어쓰기 애매하다[be]
제출 후 대기 시간(3초) 조금 늘리기 [be] ⇒ 완료 | 선빈✅
퀴즈방 정원 클라이언트에서 보여주기 ⇒ 완료 | 선빈✅
summary
이벤트 보낼 때 퀴즈존 삭제 시간 통보