Skip to content

Commit 34b8079

Browse files
committed
WIP
1 parent 523eb5a commit 34b8079

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

achievements/editor/src/main/kotlin/by/jprof/telegram/bot/achievements/editor/EditorAchievementUpdateProcessor.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,11 @@ class EditorAchievementUpdateProcessor(
2020
val message = (update.data as? FromUserMessage) ?: return
2121

2222
logger.debug("{} edited a message", message.user.id.chatId)
23+
24+
// Typo hunter
25+
// Editor
26+
// GLVRD
27+
// Золотое перо
28+
// Перфекционист
2329
}
2430
}

0 commit comments

Comments
 (0)