Advertisement
branch_m

Otome

Dec 4th, 2022 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. const zodiac=5;const date = new Date();date.setHours(date.getHours()+date.getTimezoneOffset()/60+9);const y = date.getFullYear();const m = date.getMonth()+1;const d = date.getDate();const today = y + `/` + m.toString().padStart(2, "0") + `/` + d.toString().padStart(2, "0");
  2. `${today}の♍乙女座♍の運勢は🏅${a["horoscope"][today][zodiac]["rank"]}位🏅   👧👧${a["horoscope"][today][zodiac]["content"]}👧👧   金運:${'💰'.repeat(a["horoscope"][today][zodiac]["money"])+' '.repeat(6-a["horoscope"][today][zodiac]["money"])}仕事運:${'💼'.repeat(a["horoscope"][today][zodiac]["job"])+' '.repeat(6-a["horoscope"][today][zodiac]["job"])}恋愛運:${'❤'.repeat(a["horoscope"][today][zodiac]["love"])+' '.repeat(6-a["horoscope"][today][zodiac]["love"])}総合運:${'🌟'.repeat(a["horoscope"][today][zodiac]["total"])+' '.repeat(6-a["horoscope"][today][zodiac]["total"])}ラッキーカラー:${a["horoscope"][today][zodiac]["color"]+' '.repeat(7-a["horoscope"][today][zodiac]["color"].length)}ラッキーアイテムは✨${a["horoscope"][today][zodiac]["item"]}✨`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement