Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Ferrazzutti 3df5d52cae Error on start to warn users about getting banned
For the greater good
2022-09-16 07:50:48 -04:00
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",