From 8830629ce8ecefc5dd9a546d64ee8f2b954bdc12 Mon Sep 17 00:00:00 2001 From: Twentysix Date: Wed, 23 Mar 2016 16:15:19 +0100 Subject: [PATCH] Fix to imgur's description --- cogs/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/image.py b/cogs/image.py index 458d10c98..82bfea312 100644 --- a/cogs/image.py +++ b/cogs/image.py @@ -15,7 +15,7 @@ class Image: @commands.command(no_pm=True) async def imgur(self, *text): - """Retrieves a random imgur picture + """Retrieves a picture from imgur imgur search [keyword] - Retrieves first hit of search query. imgur [subreddit section] [top or new] - Retrieves top 3 hottest or latest pictures of today for given a subreddit section, e.g. 'funny'."""