mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-05 17:07:03 +00:00
[AB-xx] fixing javadoc
This commit is contained in:
@@ -34,7 +34,7 @@ import java.util.concurrent.CompletableFuture;
|
||||
|
||||
/**
|
||||
* Closes the mod mail thread: logs the messages to the log post target, if the feature has the appropriate
|
||||
* {@link dev.sheldan.abstracto.core.config.FeatureMode}, deletes the {@link net.dv8tion.jda.api.entities.MessageChannel}.
|
||||
* {@link dev.sheldan.abstracto.core.config.FeatureMode}, deletes the message channel.
|
||||
* This command takes an optional parameter, the note, which will be replaced with a default value, if not present
|
||||
*/
|
||||
@Component
|
||||
|
||||
@@ -21,7 +21,7 @@ public class ModMailCategoryDelayedAction implements DelayedAction {
|
||||
/**
|
||||
* Sets the config key of MODMAIL_CATEGORY to the given category ID contained in the {@link DelayedActionConfig}
|
||||
* @param delayedActionConfig An instance of {@link ModMailCategoryDelayedActionConfig} containing the ID
|
||||
* of the {@link net.dv8tion.jda.api.entities.Category} and the ID of the
|
||||
* of the category and the ID of the
|
||||
* {@link net.dv8tion.jda.api.entities.Guild} to change
|
||||
*/
|
||||
@Override
|
||||
|
||||
@@ -8,7 +8,7 @@ import lombok.Setter;
|
||||
|
||||
/**
|
||||
* This exception is thrown when a {@link net.dv8tion.jda.api.entities.Member} tries to set the mod mail category
|
||||
* via a command, and the new value does not qualify as a valid {@link net.dv8tion.jda.api.entities.Category}
|
||||
* via a command, and the new value does not qualify as a valid category
|
||||
* in the member executes the command in
|
||||
*/
|
||||
@Getter
|
||||
|
||||
@@ -17,7 +17,7 @@ import java.util.Optional;
|
||||
public interface ModMailThreadManagementService {
|
||||
|
||||
/**
|
||||
* Retrieves a {@link ModMailThread} found in the {@link net.dv8tion.jda.api.entities.MessageChannel} given by the ID of the channel
|
||||
* Retrieves a {@link ModMailThread} found in the message channel given by the ID of the channel
|
||||
* @param channelId The id of the channel to retrieve the {@link ModMailThread} for
|
||||
* @throws ChannelNotFoundException if an appropriate {@link AChannel} was not found
|
||||
* @return The instance of {@link ModMailThread} if it exists, null if none was found
|
||||
@@ -39,7 +39,7 @@ public interface ModMailThreadManagementService {
|
||||
ModMailThread getById(Long modMailThreadId);
|
||||
|
||||
/**
|
||||
* Retrieves a {@link ModMailThread} found in the {@link net.dv8tion.jda.api.entities.MessageChannel} given by the
|
||||
* Retrieves a {@link ModMailThread} found in the message channel given by the
|
||||
* {@link AChannel} object
|
||||
* @param channel The {@link AChannel} object to search a mod mail thread for
|
||||
* @return The found mod mail thread, or null if none was found
|
||||
|
||||
Reference in New Issue
Block a user