v7.0(unconfirmed)をリリース
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { weatherReply } from "scripts/weatherNotice";
|
||||
import { ueuse } from "types/types.js";
|
||||
|
||||
export default function Weather(data: ueuse) {
|
||||
weatherReply(data.uniqid);
|
||||
}
|
||||
Reference in New Issue
Block a user