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]
Name = Dog
Module = dog
Name = Doggo
Module = doggo
[Python]
Version = 3

View File

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