feat(reddit-bot): initialize

This commit is contained in:
GramingFoxTeam
2022-11-17 12:45:42 +03:00
parent fc9dbef024
commit f5adcc83ca
4 changed files with 1085 additions and 0 deletions

View File

@@ -9,6 +9,14 @@
"token": "YOUR-BOT-TOKEN-HERE"
},
"reddit": {
"username": "ReVancedBot",
"password": "supers3cur3p4ssw0rd",
"userAgent": "ReVancedBot-Reddit",
"clientId": "CLIENT-ID",
"clientSecret": "CLIENT-SECRET"
},
"server": {
"port": 3000,
"host": "192.168.1.6"