Uses of Class
com.github.kaktushose.jda.commands.embeds.EmbedDTO
Package
Description
Classes for sending bot messages.
Helper and factory classes for handling embeds.
-
Uses of EmbedDTO in com.github.kaktushose.jda.commands.dispatching.reply
-
Uses of EmbedDTO in com.github.kaktushose.jda.commands.embeds
Modifier and TypeMethodDescriptionGets an embed from the cache.EmbedDTO.injectFields
(Object... objects) Attempts to inject{placeholders}
with the values of the given object fields.EmbedDTO.injectValue
(String name, Object object) Attempts to inject a{placeholder}
with the given value.EmbedDTO.injectValues
(Map<String, Object> values) Attempts to inject{placeholders}
with the given values.