renaming plugin to Doggo after fork

This commit is contained in:
Adam Piontek 2018-08-25 15:51:37 -04:00
parent 06d8ea9297
commit c2e7df5d2c
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[Core] [Core]
Name = Dog Name = Doggo
Module = dog Module = doggo
[Python] [Python]
Version = 3 Version = 3

View file

@ -6,7 +6,7 @@ from errbot import botcmd, BotPlugin
import requests import requests
class Dog(BotPlugin): class Doggo(BotPlugin):
"""Get random dog image URLs""" """Get random dog image URLs"""
BASE_URL = 'https://dog.ceo/api' BASE_URL = 'https://dog.ceo/api'