isBotOwner

suspend fun CheckContext<*>.isBotOwner()

For bots with single owners, check asserting the user for an Event is the bot's owner.

Will fail if the event doesn't concern a user, or the bot doesn't have a single owner (e.g. it is part of a team).