specifying min_err_version

This commit is contained in:
Adam Piontek 2018-08-26 10:19:45 -04:00
parent 6a274b7767
commit 17f7932e40

View file

@ -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'