modified: .env

modified:   README.md
	modified:   commands/moderation/moveuser.js
	modified:   handler/index.js
	modified:   index.js
	modified:   package.json
	commands/moderation/ban.js
	node_modules/
	package-lock.json
This commit is contained in:
Noah Pombas
2024-09-30 18:39:01 +02:00
parent 280054ddb6
commit 33a8ddd796
6 changed files with 80 additions and 24 deletions

View File

@@ -12,6 +12,7 @@
"@discordjs/voice": "^0.16.1",
"chalk": "^4.1.2",
"discord.js": "^14.12.1",
"dotenv": "^16.4.5"
"dotenv": "^16.4.5",
"nodemon": "^3.1.7"
}
}