K
Kord9mo ago
vy

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

Did you find this page helpful?