docs: add note in the setup file

This commit is contained in:
Hirzi
2024-11-01 12:37:25 +07:00
parent 6700586b17
commit 06fac7cc29

View File

@@ -7,6 +7,11 @@ const cliColor = require("cli-color");
const axios = require("axios");
const fs = require("node:fs");
/*
NOTE:
Do not put your credentials here!
*/
const questions = [
"Please enter your panel name: ",
"Please enter your panel URL: ",