Move config.ts from utils/ to src/
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { existsSync, readdirSync, readFileSync } from "fs";
|
||||
import { join, resolve } from "path";
|
||||
import { CONFIG_DIR_NAME, getCommandsDir } from "../utils/config.js";
|
||||
import { CONFIG_DIR_NAME, getCommandsDir } from "../config.js";
|
||||
|
||||
/**
|
||||
* Represents a custom slash command loaded from a file
|
||||
|
||||
Reference in New Issue
Block a user