From ed451ba9fb5b51b69dec704d70ad087aab861407 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sun, 1 Apr 2018 14:50:51 -0700 Subject: [PATCH] removing !r cause its too unstable --- app/help_methods.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/help_methods.py b/app/help_methods.py index 5ef91ff1..d781586b 100644 --- a/app/help_methods.py +++ b/app/help_methods.py @@ -88,10 +88,6 @@ def get_help_message(method): 'smug': [ 'Returns the URL for smug anime girl' ], - 'r': [ - 'Grabs a random image from the specified subreddit\n', - 'Usage: !r gardening' - ], 'source': [ "Links you to the git repo with dragon-bot's source code" ],