diff options
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/exampleconfig.json b/exampleconfig.json index 7217df7..3a8879c 100755 --- a/exampleconfig.json +++ b/exampleconfig.json @@ -1,20 +1,20 @@ { "redditapi": { - "client_id": "xxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx", - "user_agent": "xxxxxxxxxxxxxxx", - "username": "xxxxxxxxxxxxxxx", - "password": "xxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxx", + "user_agent": "SmallYTChannelBot", + "username": "xxxxxxxxxxxxxxxxx", + "password": "xxxxxxxxxxxxxxxxxxxxx" }, "imgurapi": { - "client_id": "xxxxxxxxxxxxxxxxx", - "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "client_id": "xxxxxxxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "youtubeapi": { - "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }, "subreddit": "jwnskanzkwktest", "comment_tail": "\n\n\n ^/u/SmallYTChannelBot ^*made* ^*by* ^/u/jwnskanzkwk. ^*PM* ^*for* ^*bug* ^*reports.* ^*For* ^*more* ^*information,* ^*read* ^*the* ^[FAQ.](https://www.reddit.com/user/SmallYTChannelBot/comments/a4u7qj/smallytchannelbot_faq/)", @@ -29,7 +29,7 @@ "host": "localhost", "port": 3306, "user": "root", - "passwd": "xxxxxxxxxxxxxx", + "passwd": "xxxxxxxxxxxxxxxxx", "database": "SmallYTChannel" } -}
\ No newline at end of file +} |