From 97e931373ecbb139eaa1cf0706d31a2452c2f3f8 Mon Sep 17 00:00:00 2001 From: Ciaran McNally <mak@redbrick.dcu.ie> Date: Mon, 16 May 2016 22:01:04 +0100 Subject: [PATCH] updated help to mention default of 10 instead of 25 --- bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index 0ceb054..8c6669d 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): -- GitLab