Update tdoss error message
All checks were successful
CI / CI (push) Successful in 1m27s

This commit is contained in:
SileNce5k 2025-04-11 00:26:46 +02:00
parent e47043317c
commit 44df923ce9
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -28,7 +28,7 @@ module.exports = {
} }
} }
else { 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}) fs.rmSync(`${directory}`, {recursive: true})
return return
} }