updated main doggo cmd instruction to include mention of sub-breed ability

This commit is contained in:
Adam Piontek 2018-08-25 18:21:28 -04:00
parent 057d934fd2
commit e03db59795

View file

@ -14,7 +14,7 @@ class Doggo(BotPlugin):
@botcmd(split_args_with=' ') @botcmd(split_args_with=' ')
def doggo(self, msg, args): 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) url = '{}/breeds/image/random'.format(self.BASE_URL)