melih
melih
DIAdiscord.js - Imagine an app
Created by melih on 7/15/2022 in #djs-questions
ERR_UNSUPPORTED_DIR_IMPORT from sapphire
still same
8 replies
DIAdiscord.js - Imagine an app
Created by melih on 7/15/2022 in #djs-questions
ERR_UNSUPPORTED_DIR_IMPORT from sapphire
{
"name": "ameirosbot",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"discord-api-types": "^0.36.2",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1"
}
}
{
"name": "ameirosbot",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"discord-api-types": "^0.36.2",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1"
}
}
package.json file
8 replies