diff options
Diffstat (limited to 'exampleconfig.json')
-rwxr-xr-x | exampleconfig.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/exampleconfig.json b/exampleconfig.json new file mode 100755 index 0000000..82649dc --- /dev/null +++ b/exampleconfig.json @@ -0,0 +1,27 @@ +{ + "redditapi": + { + "client_id": "xxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxx", + "user_agent": "xxxxxxxxxxxxxxx", + "username": "xxxxxxxxxxxxxxx", + "password": "xxxxxxxxxxxxxxxxxxxx" + }, + "imgurapi": + { + "client_id": "xxxxxxxxxxxxxxxxx", + "client_secret": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, + "youtubeapi": + { + "developer_key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" + }, + "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/)", + "free_flairs": + [ + "Discussion", + "Meta", + "Collab" + ] +}
\ No newline at end of file |