K
Kord17mo ago
q3

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
g
g17mo ago
public suspend fun getApplicationInfo(): Application =
with(EntitySupplyStrategy.rest).getApplicationInfo()
public suspend fun getApplicationInfo(): Application =
with(EntitySupplyStrategy.rest).getApplicationInfo()
No caching
q3
q3OP17mo ago
got it, thanks

Did you find this page helpful?