=)
This commit is contained in:
parent
8cadd3ffe6
commit
6fd43d7704
1 changed files with 1 additions and 8 deletions
|
@ -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 = () => {
|
exports.update = () => {
|
||||||
npmDashCheck()
|
return;
|
||||||
}
|
}
|
Loading…
Reference in a new issue