Skip to content

Commit 66a737a

Browse files
committed
fix events
1 parent 26cbb2a commit 66a737a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ console.info("[BİLGİ] Basit Altyapı - by Kıraç Armağan Önal");
108108

109109
await chillout.forEach(eventFiles, async (eventFile) => {
110110
let start = Date.now();
111-
let rltPath = path.relative(__dirname, commandFile);
111+
let rltPath = path.relative(__dirname, eventFile);
112112
console.info(`[BİLGİ] "${eventFile}" event yükleniyor..`);
113113

114114
/** @type {import("./types/Event")} */

0 commit comments

Comments
 (0)