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 0a1f1c2 commit 6273e56Copy full SHA for 6273e56
index.js
@@ -1,5 +1,5 @@
1
require("./other/patchConsoleLog");
2
-console.info("[BİLGİ] Basit Altyapı v1.9.4 - by Kıraç Armağan Önal");
+console.info(`[BİLGİ] Basit Altyapı v${require("./package.json").version} - by Kıraç Armağan Önal`);
3
const config = require("./config");
4
globalThis.Underline = config.globalObjects;
5
const Discord = require("discord.js");
0 commit comments