We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cbb2a commit 66a737aCopy full SHA for 66a737a
index.js
@@ -108,7 +108,7 @@ console.info("[BİLGİ] Basit Altyapı - by Kıraç Armağan Önal");
108
109
await chillout.forEach(eventFiles, async (eventFile) => {
110
let start = Date.now();
111
- let rltPath = path.relative(__dirname, commandFile);
+ let rltPath = path.relative(__dirname, eventFile);
112
console.info(`[BİLGİ] "${eventFile}" event yükleniyor..`);
113
114
/** @type {import("./types/Event")} */
0 commit comments