updated main doggo cmd instruction to include mention of sub-breed ability
This commit is contained in:
parent
057d934fd2
commit
e03db59795
1 changed files with 1 additions and 1 deletions
2
doggo.py
2
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue