fix chat timeout message

modGamesDownloadPgn
Thibault Duplessis 2021-03-02 10:04:27 +01:00
parent 9bc23ede2e
commit 6c1f36bca9
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ final class ChatApi(
val line = c.hasRecentLine(user) option UserLine(
username = systemUserId,
title = None,
text = s"${user.username} was timed out 10 minutes for ${reason.name}.",
text = s"${user.username} was timed out 15 minutes for ${reason.name}.",
troll = false,
deleted = false
)