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)