Skip to content

Commit

Permalink
Update KordCache.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
viztea authored Nov 29, 2024
1 parent 32fb994 commit 81a7759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commonMain/kotlin/cache/KordCache.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import dev.kord.common.concurrentHashMap
import dev.kord.common.entity.Snowflake
import dev.kord.core.cache.data.*

public typealias Generator<I, T> = (cache: DataCache, description: DataDescription<T, I>) -> DataEntryCache<out T>
public typealias Generator<T, I> = (cache: DataCache, description: DataDescription<T, I>) -> DataEntryCache<out T>

public class KordCacheBuilder {

Expand Down

0 comments on commit 81a7759

Please sign in to comment.