class JDAUtils
Util class containing some JDA utils.
JDAUtils()
Util class containing some JDA utils. |
fun gameOf(activity: Activity, status: OnlineStatus): Game
Converts an JDA Activity and OnlineStatus into a GameAnimator.Game. |
|
fun message(content: CharSequence): Message
Builds a plain text message containing the specified content. fun message(embed: MessageEmbed): Message
Builds a plain text message containing the specified embed. |