From 0323a7800995559ee300e1be9614fee9bc502e4d Mon Sep 17 00:00:00 2001 From: Kyler Juresic Date: Wed, 9 Aug 2017 15:06:04 -0500 Subject: [PATCH] Edited help to reflect changes to purge --- app/help_methods.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index b78cf92e..a01faf5d 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -25,8 +25,8 @@ def get_help_message(method): 'Can only be used in NSFW channels' ], 'purge': [ - 'Deletes the last 100 messages you sent from the channel you', - 'typed purge in' + 'Deletes the last 20 messages you sent from the channel you', + 'typed purge in, unless otherwise specified. eg. !purge 8' ], 'triggered': [ 'REEEEEEEEEEEEEEEEEE'],