mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-18 04:50:38 +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
|
||||
|
||||
Reference in New Issue
Block a user