Commit d40e3ee7 authored by Him188's avatar Him188

Make `BotIsBeingMutedException.botMuteRemaining` inline

parent 34716841
...@@ -43,4 +43,4 @@ class BotIsBeingMutedException( ...@@ -43,4 +43,4 @@ class BotIsBeingMutedException(
val target: Group val target: Group
) : RuntimeException("bot is being muted, remaining ${target.botMuteRemaining} seconds") ) : RuntimeException("bot is being muted, remaining ${target.botMuteRemaining} seconds")
val BotIsBeingMutedException.botMuteRemaining: Int get() = target.botMuteRemaining inline val BotIsBeingMutedException.botMuteRemaining: Int get() = target.botMuteRemaining
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment