Fix: Change namespace to algo-dcbot
All checks were successful
release-tag / release-image (push) Successful in 1m27s

This commit is contained in:
2024-09-05 11:44:17 +00:00
parent 3f79f0e6c6
commit 8464b1e2a8
6 changed files with 27 additions and 112 deletions

View File

@@ -4,7 +4,7 @@
"main": "index.ts",
"scripts": {
"test": "ts-node index.ts",
"build": "npx tsc --build",
"build": "npx tsc --build",
"clean": "npx tsc --build --clean"
},
"repository": {
@@ -19,7 +19,6 @@
"homepage": "https://github.com/konchinshih/algo-dcbot",
"dependencies": {
"@types/node": "^20.3.2",
"axios": "^1.6.2",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",