chore: remove development text

This commit is contained in:
hirzidevs
2024-09-13 21:35:21 +07:00
parent d5d9b4c026
commit 10c685ee94
2 changed files with 3 additions and 3 deletions

View File

@@ -28,8 +28,8 @@ PteroStats is a Discord App/Bot that designed to check Pterodactyl or Pelican Pa
1. [Create your Discord App/Bot](https://discordjs.guide/preparations/adding-your-bot-to-servers.html).
2. [Invite your Discord App/Bot to your Discord server](https://discordjs.guide/preparations/adding-your-bot-to-servers.html).
3. Download this repository:
- [Downloading this repository](https://github.com/HirziDevs/PteroStats/archive/refs/heads/dev.zip) and extract it.
- Using Git: Run `git clone -b dev https://github.com/HirziDevs/PteroStats.git` in the command line.
- [Downloading this repository](https://github.com/HirziDevs/PteroStats/archive/refs/heads/main.zip) and extract it.
- Using Git: Run `git clone https://github.com/HirziDevs/PteroStats.git` in the command line.
4. Run `npm install` in the root directory of the app/bot files.
5. Run `node index` and answer the provided questions to set up the app/bot.

View File

@@ -19,7 +19,7 @@ try {
}
if (config.version !== 8) {
console.error('Config Error | Invalid config version! The config has been updated, please get the new config from https://github.com/HirziDevs/PteroStats/blob/dev/config.yml');
console.error('Config Error | Invalid config version! The config has been updated, please get the new config from https://github.com/HirziDevs/PteroStats/blob/main/config.yml');
process.exit();
}