net.bjoernpetersen.musicbot.api.player.DefaultSuggester.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of musicbot Show documentation
Show all versions of musicbot Show documentation
Core library of JMusicBot, which plays music from various providers.
package net.bjoernpetersen.musicbot.api.player
import net.bjoernpetersen.musicbot.spi.plugin.Suggester
internal data class DefaultSuggester(val suggester: Suggester?)