noticeUwuzu/scripts/commands/weather.ts

7 lines
174 B
TypeScript

import { weatherReply } from "../weatherNotice.js";
import { ueuse } from "types/types";
export default function Weather(data: ueuse) {
weatherReply(data.uniqid);
}