diff options
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +# FOOLPROOF: MODIFY THIS CONFIG AND +# DELETE THE FOLLOWING TWO LINES +print("You are not running a script from internet without inspecting, are you?") +exit() + APPNAME = 'bot_id' BASEURL = 'https://_instance_' |
