Latest Things

This commit is contained in:
2023-03-03 09:32:00 -05:00
parent 85c4818e37
commit a39c61a951
6 changed files with 109 additions and 110 deletions

View File

@@ -1 +1,24 @@
{}
{
"dependencies": {
"@discordjs/voice": "^0.11.0",
"bufferutil": "^4.0.6",
"discord.js": "^14.0.3",
"erlpack": "^0.1.4",
"utf-8-validate": "^5.0.9",
"zlib-sync": "^0.1.7"
},
"scripts": {
"repl": "node",
"start": "node index.js"
},
"name": "alanbot",
"version": "1.0.0",
"description": "Alan Bot",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://git.syzygial.cc/syzygial/NewAlan"
},
"author": "Syzygial",
"license": "GPL-3.0"
}