Package kboyle.oktane.discord4j.results
Class DiscordMessageResult
java.lang.Object
kboyle.oktane.discord4j.results.DiscordMessageResult
- All Implemented Interfaces:
CommandResult
,Result
,SuccessfulResult
,DiscordResult
-
Constructor Summary
ConstructorsConstructorDescriptionDiscordMessageResult(Command command, reactor.core.publisher.Mono<discord4j.core.object.entity.channel.MessageChannel> channel, Consumer<discord4j.core.spec.MessageCreateSpec> messageCreateSpecConsumer)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kboyle.oktane.core.results.command.CommandResult
mono
Methods inherited from interface kboyle.oktane.core.results.SuccessfulResult
success
-
Constructor Details
-
DiscordMessageResult
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceDiscordResult
-
command
- Specified by:
command
in interfaceCommandResult
-