This commit is contained in:
2025-08-06 21:27:29 +09:00
parent 1ff4b2c429
commit 644ba912b1
28 changed files with 498 additions and 124 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { weatherReply } from "../weatherNotice.js";
import { ueuse } from "types/types.js";
import { ueuse } from "types/types";
export default function Weather(data: ueuse) {
weatherReply(data.uniqid);