initial commit

This commit is contained in:
2022-05-29 09:42:09 -05:00
commit 95c3219bf6
7 changed files with 2233 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "durpot",
"version": "0.0.0",
"description": "",
"main": "src",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"node-fetch": "^2.6.1",
"request": "^2.88.2"
}
}