[AB-xxx] changing logic to replace embedded messages with the link instead of removing the reaction/button for deletion

This commit is contained in:
Sheldan
2025-07-13 21:52:37 +02:00
parent bd8b57e977
commit 92e581305e
2 changed files with 44 additions and 69 deletions

View File

@@ -0,0 +1,11 @@
package dev.sheldan.abstracto.linkembed.model.template;
import dev.sheldan.abstracto.core.models.ServerChannelMessage;
import lombok.Builder;
import lombok.Getter;
@Builder
@Getter
public class MessageEmbedCleanupReplacementModel {
private ServerChannelMessage message;
}