This commit is contained in:
Jonny_Bro (Nikita) 2023-06-19 14:25:24 +05:00
parent 8cadd3ffe6
commit 6fd43d7704

View file

@ -1,10 +1,3 @@
const consolePrefix = `${'['.blue}${'dbd-soft-ui'.yellow}${']'.blue} `
function npmDashCheck() {
console.log(`${consolePrefix}${'Your version of discord-dashboard is'.cyan} ${'up-to-date'.green}${'!'.cyan}`);
console.log(`${consolePrefix}${'Your version of dbd-soft-ui is'.cyan} ${'up-to-date'.green}${'!'.cyan}`);
}
exports.update = () => {
npmDashCheck()
return;
}