Fix: /weatherが利用できない問題 / 2026.5.2
This commit is contained in:
@@ -2,5 +2,5 @@ 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);
|
||||
await weatherReply(ueuse.uniqid, false);
|
||||
}
|
||||
Reference in New Issue
Block a user