diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-01 17:35:34 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-08-01 17:35:34 +0100 |
commit | 81beed4b8dd2e7fc5365cc5c344d20109d10e7db (patch) | |
tree | 87c0c1dad3ce79e91d11a8575a8a60182bf293d4 /exampleconfig.json | |
parent | 4286c4a895548bdaaa190b248b43b1388e630a62 (diff) | |
download | SmallYTChannelBot-81beed4b8dd2e7fc5365cc5c344d20109d10e7db.tar.gz SmallYTChannelBot-81beed4b8dd2e7fc5365cc5c344d20109d10e7db.zip |
updated the readme
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 +} |