All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.KordObject.kt Maven / Gradle / Ivy

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