diff --git a/package.json b/package.json index 1bf86ce..32bcf2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noticeuwuzu", - "version": "v4.1@uwuzu1.5.4", + "version": "v4.1.1@uwuzu1.5.4", "description": "uwuzu Notice Bot", "main": "dist/main.js", "scripts": { diff --git a/scripts/timeNotice.ts b/scripts/timeNotice.ts index 8407dc7..0af372e 100644 --- a/scripts/timeNotice.ts +++ b/scripts/timeNotice.ts @@ -27,7 +27,7 @@ export default async function timeNotice() { method: "POST", body: JSON.stringify({ token: config.apiToken, - text: `${now}になりました`, + text: `${format(new Date(), "HH:mm")}になりました`, }), }, );