specifying min_err_version
This commit is contained in:
parent
6a274b7767
commit
17f7932e40
1 changed files with 3 additions and 2 deletions
1
doggo.py
1
doggo.py
|
@ -6,6 +6,7 @@ from errbot import botcmd, BotPlugin
|
|||
|
||||
class Doggo(BotPlugin):
|
||||
"""Fetch random dog image URLs"""
|
||||
min_err_version = '3.0.0' # Optional, but recommended
|
||||
|
||||
BASE_URL = 'https://dog.ceo/api'
|
||||
|
||||
|
|
Loading…
Reference in a new issue