From 42cfdf6f1c17ce8baba69b42b665367cb3f2a49c Mon Sep 17 00:00:00 2001 From: hirzidevs Date: Fri, 13 Sep 2024 20:33:36 +0700 Subject: [PATCH] chore: remove -dev from version and development build notice --- README.md | 3 --- handlers/app.js | 1 - index.js | 2 +- setup.js | 2 +- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 54162c5..a5b2668 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ ## Introduction -> [!WARNING] -> This is a development build! Some features may not work as intended. - PteroStats is a Discord App/Bot that designed to check Pterodactyl or Pelican Panel stats and post it to your Discord server. ## Preview diff --git a/handlers/app.js b/handlers/app.js index c2234da..26edaa3 100644 --- a/handlers/app.js +++ b/handlers/app.js @@ -8,7 +8,6 @@ const getStats = require("./getStats.js"); module.exports = function App() { console.log(cliColor.cyanBright("[PteroStats] ") + cliColor.green("Starting app...")); - console.log(cliColor.cyanBright("[PteroStats] ") + cliColor.redBright("You are using a development build! Some features may not work as intended.")); const client = new Client({ intents: [GatewayIntentBits.Guilds] diff --git a/index.js b/index.js index f8dead1..64d16cd 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ console.log( ` /\\ ___\\ /\\__ _\\ /\\ __ \\ /\\__ _\\ /\\ ___\\ \n` + ` \\ \\___ \\ \\/_ \\ \\/ \\ \\ \\_\\ \\ \\/_/\\ \\/ \\ \\___ \\ \n` + ` \\/\\_____\\ \\ \\_\\ \\ \\_\\ \\_\\ \\ \\_\\ \\/\\_____\\ \n` + - ` \\/_____/ \\/_/ \\/_/\\/_/ \\/_/ \\/_____/${cliColor.yellowBright.bold(`${package.version}-dev`)}` + ` \\/_____/ \\/_/ \\/_/\\/_/ \\/_/ \\/_____/${cliColor.yellowBright.bold(`${package.version}`)}` ); console.log( diff --git a/setup.js b/setup.js index f5d2c94..cdda4ca 100644 --- a/setup.js +++ b/setup.js @@ -11,7 +11,7 @@ console.log( ` /\\ ___\\ /\\__ _\\ /\\ __ \\ /\\__ _\\ /\\ ___\\ \n` + ` \\ \\___ \\ \\/_ \\ \\/ \\ \\ \\_\\ \\ \\/_/\\ \\/ \\ \\___ \\ \n` + ` \\/\\_____\\ \\ \\_\\ \\ \\_\\ \\_\\ \\ \\_\\ \\/\\_____\\ \n` + - ` \\/_____/ \\/_/ \\/_/\\/_/ \\/_/ \\/_____/${cliColor.yellowBright.bold(`${package.version}-dev`)}` + ` \\/_____/ \\/_/ \\/_/\\/_/ \\/_/ \\/_____/${cliColor.yellowBright.bold(`${package.version}`)}` ); console.log(