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

15
bots/reddit/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "reddit-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Reis Can",
"license": "GPL-3.0-or-later",
"dependencies": {
"snoostorm": "^1.5.2"
}
}