From e03db59795e77a5f41ee22fbcebf44a4cf743515 Mon Sep 17 00:00:00 2001 From: Adam Piontek Date: Sat, 25 Aug 2018 18:21:28 -0400 Subject: [PATCH] updated main doggo cmd instruction to include mention of sub-breed ability --- doggo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doggo.py b/doggo.py index 86226c1..68f401b 100644 --- a/doggo.py +++ b/doggo.py @@ -14,7 +14,7 @@ class Doggo(BotPlugin): @botcmd(split_args_with=' ') def doggo(self, msg, args): """ - Retrieve a random dog image, optionally specifying a breed + Retrieve a random dog image, optionally specifying a breed, and optionally a sub-breed """ url = '{}/breeds/image/random'.format(self.BASE_URL)