mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-25 22:06:34 +00:00
[AB-203] using task executors for the async listeners
fixing starboard post listener and service method
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package dev.sheldan.abstracto.core.models;
|
||||
|
||||
import dev.sheldan.abstracto.core.utils.MessageUtils;
|
||||
import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
@@ -11,4 +12,8 @@ public class ServerChannelMessage {
|
||||
private Long serverId;
|
||||
private Long channelId;
|
||||
private Long messageId;
|
||||
|
||||
public String getJumpUrl() {
|
||||
return MessageUtils.buildMessageUrl(serverId, channelId, messageId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user