removing !r cause its too unstable

This commit is contained in:
Luke Robles 2018-04-01 14:50:51 -07:00
parent 3eb99b2772
commit ed451ba9fb

View File

@ -88,10 +88,6 @@ def get_help_message(method):
'smug': [ 'smug': [
'Returns the URL for smug anime girl' 'Returns the URL for smug anime girl'
], ],
'r': [
'Grabs a random image from the specified subreddit\n',
'Usage: !r gardening'
],
'source': [ 'source': [
"Links you to the git repo with dragon-bot's source code" "Links you to the git repo with dragon-bot's source code"
], ],