Removed ffmpeg-static in dependencies & Updated package name

This commit is contained in:
Christer Warén
2020-08-15 02:36:15 +03:00
parent 3590e67eef
commit c41da02e35
2 changed files with 2 additions and 116 deletions

View File

@ -1,5 +1,5 @@
{
"name": "radiox",
"name": "eximiabots-radiox",
"version": "1.0.0",
"description": "Radio Bot for Discord",
"main": "index.js",
@ -19,7 +19,6 @@
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.3.0",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.6",
"node-fetch": "^2.6.0",
"path": "^0.12.7"
}