fix build

This commit is contained in:
Darius
2025-10-27 22:57:30 +01:00
parent 7f20247a47
commit aadda8a05a
27 changed files with 85 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
import { promptForInput } from "../util/general.ts";
import { logError, logSuccess, logWarning } from "../util/logger.ts";
import { setupClient } from "./setup-client.ts";
import { promptForInput } from "../util/general.js";
import { logError, logSuccess, logWarning } from "../util/logger.js";
import { setupClient } from "./setup-client.js";
const botname = await promptForInput("enter bot username: ");
const developers = (