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]
|
[Core]
|
||||||
Name = Dog
|
Name = Doggo
|
||||||
Module = dog
|
Module = doggo
|
||||||
|
|
||||||
[Python]
|
[Python]
|
||||||
Version = 3
|
Version = 3
|
|
@ -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'
|
Loading…
Reference in a new issue