Error on start to warn users about getting banned

For the greater good
This commit is contained in:
Andrew Ferrazzutti 2022-09-16 07:50:48 -04:00
parent 0e8a5e5888
commit 3df5d52cae
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ import sd from "systemd-daemon"
import ClientManager from "./clientmanager.js"
throw Error(
"Using this bridge may currently cause your KakaoTalk to be BANNED! " +
"If you wish to use it anyways, please remove this error from source code first."
)
const args = arg({
"--config": String,
"-c": "--config",