commonMain.KordObject.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kord-core Show documentation
Show all versions of kord-core Show documentation
Idiomatic Kotlin Wrapper for The Discord API
The newest version!
package dev.kord.core
/**
* An instance than contains a reference to [Kord].
*/
public interface KordObject {
/**
* The kord instance that created this object.
*/
public val kord: Kord
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy