Initial Commit

* Adds Basic Funny replies
* TODO : Commands
This commit is contained in:
Indrajith K L
2021-03-11 16:23:40 +05:30
commit 98c9b85965
4 changed files with 281 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "lul-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/main.js",
"dev": "nodemon ./src/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^12.5.1",
"dotenv": "^8.2.0"
}
}