Chg: 時報の時刻フォーマットをHH:mmからH:mmに変更 / Feat: 緊急地震速報(警報)解除
This commit is contained in:
@@ -8,7 +8,7 @@ console.log("時報の投稿を行います");
|
||||
|
||||
try {
|
||||
const response = await client.request("ueuse/create", {
|
||||
text: i18next.t("timeNotice", { time: format(new Date(), "HH:mm") }),
|
||||
text: i18next.t("timeNotice", { time: format(new Date(), "H:mm") }),
|
||||
});
|
||||
|
||||
if (!response.success) {
|
||||
|
||||
Reference in New Issue
Block a user