renaming plugin to Doggo after fork
This commit is contained in:
parent
06d8ea9297
commit
c2e7df5d2c
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[Core]
|
||||
Name = Dog
|
||||
Module = dog
|
||||
Name = Doggo
|
||||
Module = doggo
|
||||
|
||||
[Python]
|
||||
Version = 3
|
|
@ -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'
|
Loading…
Reference in a new issue