diff --git a/commands/general/joke.js b/commands/general/joke.js index a286c72..9d9c20c 100644 --- a/commands/general/joke.js +++ b/commands/general/joke.js @@ -39,10 +39,6 @@ module.exports = { embeds: [embed] }); } - - - - }) }, }; \ No newline at end of file diff --git a/package.json b/package.json index 4f9843c..0f59dcd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "author": "", "license": "ISC", "dependencies": { - "daddyjoke": "^4.0.0", "discord.js": "^14.0.3", "dotenv": "^16.0.0", "give-me-a-joke": "^0.5.1",