Coded wanted to host the liveshare
diff --git a/src/commands/settings/logs/attachment.ts b/src/commands/settings/logs/attachment.ts
index 2709bee..6fb2461 100644
--- a/src/commands/settings/logs/attachment.ts
+++ b/src/commands/settings/logs/attachment.ts
@@ -60,7 +60,7 @@
`Are you sure you want to set the attachment log channel to <#${channel.id}>?`
)
.setColor("Warning")
- .setFailedMessage("Attachment log channel not set", "Warning", "CHANNEL.TEXT.DELETE")
+ .setFailedMessage("No changes were made", "Success", "CHANNEL.TEXT.CREATE")
.setInverted(true)
.send(true);
if (confirmation.cancelled) return;