v7.0.1(LTS)をリリース
This commit is contained in:
@@ -19,7 +19,7 @@ if (!fs.existsSync("logs/alreadyCommands.json")) {
|
||||
}
|
||||
|
||||
// 対応済みユーズ一覧
|
||||
const alreadyCommands: Array<string> = JSON.parse(fs.readFileSync("alreadyCommands.json", "utf-8"));
|
||||
const alreadyCommands: Array<string> = JSON.parse(fs.readFileSync("logs/alreadyCommands.json", "utf-8"));
|
||||
|
||||
function cutAfterChar(str: string, char: string) {
|
||||
const index = str.indexOf(char);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { weatherReply } from "scripts/weatherNotice";
|
||||
import { weatherReply } from "../weatherNotice.js";
|
||||
import { ueuse } from "types/types.js";
|
||||
|
||||
export default function Weather(data: ueuse) {
|
||||
|
||||
Reference in New Issue
Block a user