diff --git a/tests/config.json b/tests/config.json deleted file mode 100644 index 2fa7fec..0000000 --- a/tests/config.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "token": "277513413:AAEXK65dnCM-pEX9j4pjqlI3N6YQGRFjoCQ", - "chat": "@zettai_test", - "photo": "photo.png" -} diff --git a/tests/config.json.example b/tests/config.json.example new file mode 100644 index 0000000..4ad4b95 --- /dev/null +++ b/tests/config.json.example @@ -0,0 +1,5 @@ +{ + "token": "123456789:AAEXK65dnCM-pEX9j4pjqlI3N6YQGRFjoCQ", + "chat": "@telebotxx_test", + "photo": "photo.png" +}