diff --git a/GiveawaysBot/src/main/kotlin/GiveawaysBot.kt b/GiveawaysBot/src/main/kotlin/GiveawaysBot.kt
index 7912879..ec2928a 100644
--- a/GiveawaysBot/src/main/kotlin/GiveawaysBot.kt
+++ b/GiveawaysBot/src/main/kotlin/GiveawaysBot.kt
@@ -46,7 +46,9 @@ suspend fun main(vararg args: String) {
             println(it)
         }
 
-        onGiveawayContent {  }
+        onGiveawayContent {
+            println(it)
+        }
 
         allUpdatesFlow.subscribeSafelyWithoutExceptions(this) {
             println(it)