class GameAnimator
Animates the bots presence according to the specified interval and TimeUnit.
scheduler
- the Scheduler used to animate the games
applier
- A function that applies the games to the JDA instance
initialDelay
- The delay between the start and the first animate call
fun start(): ScheduledFuture<*>
Starts the animator. |
|
fun stop(): List<Runnable>
Stops the game animator. |
fun builder(): GameAnimatorBuilder
Creates a new GameAnimatorBuilder. |