From e68bb41960a52ada53cb2041eb278cf0b96540c4 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Sat, 21 Jun 2025 15:35:26 +0200 Subject: [PATCH] Fix typo --- commands/misc/dl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/dl.js b/commands/misc/dl.js index 9104f7a..6a12ab9 100644 --- a/commands/misc/dl.js +++ b/commands/misc/dl.js @@ -39,7 +39,7 @@ module.exports = { const originalMessage = await message.channel.send("Downloading video...") if(this.executeCommand("yt-dlp", [url, "-P", downloadsDir, "--cookies", cookieFilepath]).error){ - originalMessage.edit("An error occured when downloading the video."); + originalMessage.edit("An error occurred when downloading the video."); this.cleanUp(downloadsDir); return; }