From 44df923ce98755670e4c6b10d218ecf5e66e07ea Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 11 Apr 2025 00:26:46 +0200 Subject: [PATCH] Update tdoss error message --- commands/misc/tdoss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/tdoss.js b/commands/misc/tdoss.js index 4f45614..f34484f 100644 --- a/commands/misc/tdoss.js +++ b/commands/misc/tdoss.js @@ -28,7 +28,7 @@ module.exports = { } } else { - message.channel.send("You have to provide an image to use this command.\nEither via an attachment or via a link (must be the first argument and start with https://)") + message.channel.send("You have to provide an image to use this command.\nEither through an attachment, a link, or you can reply to a message with an image attachment.") fs.rmSync(`${directory}`, {recursive: true}) return }