getSelf

suspend fun getSelf(strategy: EntitySupplyStrategy<*> = resources.defaultStrategy): User(source)

Requests to get the User that represents this bot account through the strategy,

Throws

if anything went wrong during the request.

if the user wasn't present.