fun Game.toActivity(transform: (String) -> String = { it }): Activity
Converts a GameAnimator.Game to an Activity object which can be used for changing a jda presence.
transform
- a function that converts the games content if there are placeholders init
See Also