튜우닝구~ 확인하고 싶던 날~

This commit is contained in:
암냥 2025-03-03 10:47:29 +09:00
commit fa249bc2be
2 changed files with 7 additions and 8 deletions

View file

@ -144,7 +144,7 @@ def 디스코드(MLSV_YMD:str):
오늘급식 = 급식_정보_얻기(MLSV_YMD)
data = {
"content" : MLSV_YMD,
"content" : f"{MLSV_YMD[:4]}{MLSV_YMD[4:6]}{MLSV_YMD[6:8]}일 급식 정보",
"username" : "@today.isangjeong"
}
@ -156,7 +156,7 @@ def 디스코드(MLSV_YMD:str):
]
if vts.VTS임(MLSV_YMD):
data["content"] = f"{MLSV_YMD} | with V.T.S."
data["content"] = f"{MLSV_YMD[:4]}{MLSV_YMD[4:6]}{MLSV_YMD[6:8]}일 급식 정보 | with V.T.S."
print("🏓 | Sending Payload")