feat: now compatible with kubernetes and docker :3

This commit is contained in:
2024-01-12 20:40:15 -05:00
parent 88b9b5b8c6
commit ed3a533e6d
15 changed files with 15 additions and 12 deletions

24
bot/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "emot_man",
"version": "0.1.0",
"description": "A discord emoji bot",
"main": "index.js",
"scripts": {
"test": "node index.js",
"deploy-commands": "node deploy-commands.js"
},
"keywords": [
"discord",
"bot",
"emotes",
"manager"
],
"author": "skkeye",
"license": "ISC",
"dependencies": {
"discord.js": "^14.13.0"
},
"devDependencies": {
"eslint": "^8.52.0"
}
}