Files
noticeUwuzu/src/feature/command/weather.ts
T
2026-04-27 19:55:50 +09:00

6 lines
237 B
TypeScript

import ueuseModule from "better-uwuzu-sdk/types/1.6.8/types/modules/ueuse";
import { weatherReply } from "@/feature/weatherNotice";
export default async function weatherCommand(ueuse: ueuseModule) {
await weatherReply(ueuse.uniqid);
}