K
Kord6mo ago
! vyfor

Is Kord#getApplicationInfo() cached?

Is Kord#getApplicationInfo() backed by a cache? I'd like to check if the message author is the owner of the application.
2 Replies
gdude
gdude6mo ago
public suspend fun getApplicationInfo(): Application =
with(EntitySupplyStrategy.rest).getApplicationInfo()
public suspend fun getApplicationInfo(): Application =
with(EntitySupplyStrategy.rest).getApplicationInfo()
No caching
! vyfor
! vyforOP6mo ago
got it, thanks

Did you find this page helpful?