Skip to content

Commit

Permalink
fix(close #24): typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
y9san9 committed Nov 1, 2021
1 parent 5eac30a commit 89a20dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/me/y9san9/catbot/di/log/BotLogger.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class BotLogger(
is LogEvent.StartCommandReceived -> "Start command received in chat ${event.chat.title} (${event.chat.link})"
is LogEvent.StartCommandGifSent -> "Start command gif sent in chat ${event.chat.title} (${event.chat.link})"
is LogEvent.CouldNotSentTheGif ->
"Could not send the gif to chat ${event.chat.title} (${event.chat.link})."+
"Could not send the gif to chat ${event.chat.title} (${event.chat.link}). "+
"Probably the bot was blocked by user, or removed from chat \uD83D\uDE3F"
}
logAction(event, string)
Expand Down

0 comments on commit 89a20dc

Please sign in to comment.