net.bjoernpetersen.musicbot.api.auth.DefaultPermissions.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.auth
import com.google.common.annotations.Beta
@Beta
object DefaultPermissions {
var defaultPermissions: Set = Permission.getDefaults()
}