diff --git a/bot.py b/bot.py
index 0ceb0542e0f6a351099ef1020f9102c8f60ccaa6..8c6669d61d1b3f4a0fefbe8d9a17251b9927ba6d 100644
--- a/bot.py
+++ b/bot.py
@@ -132,8 +132,8 @@ Help:
     - !help         Prints this help
     - !list         Prints all feeds
     - !stats        Prints some statistics
-    - !last         Prints the last 25 entries
-    - !lastfeed <feedid> Prints the last 25 entries from a specific feed
+    - !last         Prints the last 10 entries
+    - !lastfeed <feedid> Prints the last 10 entries from a specific feed
 """
 
 class Bot(object):