Tweak quotes and test the build
Some checks failed
dreamfall/partybot/pipeline/head There was a failure building this commit
Some checks failed
dreamfall/partybot/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a85bc594a0
commit
3c539d1fc9
3 changed files with 4 additions and 3 deletions
|
@ -84,7 +84,8 @@ def botdrink(room):
|
||||||
"How kind!",
|
"How kind!",
|
||||||
"Sweet.",
|
"Sweet.",
|
||||||
"*burp*",
|
"*burp*",
|
||||||
"Ah.. Hiccup!"
|
"Hmmm tasty",
|
||||||
|
"Hey, this glass is empty!"
|
||||||
]
|
]
|
||||||
send(room, random.choice(replies))
|
send(room, random.choice(replies))
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='partybot',
|
name='partybot',
|
||||||
version='0.2.0',
|
version='0.2.1',
|
||||||
py_modules=['partybot.models','partybot.pnutbot'],
|
py_modules=['partybot.models','partybot.pnutbot'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'PyYAML',
|
'PyYAML',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: mndp-partybot # you probably want to 'snapcraft register <name>'
|
name: mndp-partybot # you probably want to 'snapcraft register <name>'
|
||||||
base: core18 # the base snap is the execution environment for this snap
|
base: core18 # the base snap is the execution environment for this snap
|
||||||
version: 0.2.0 # just for humans, typically '1.2+git' or '1.3.2'
|
version: 0.2.1 # just for humans, typically '1.2+git' or '1.3.2'
|
||||||
summary: A bot for mndp.tv # 79 char long summary
|
summary: A bot for mndp.tv # 79 char long summary
|
||||||
description: |
|
description: |
|
||||||
Because bots like to party. A bot for https://mndp.tv/
|
Because bots like to party. A bot for https://mndp.tv/
|
||||||
|
|
Loading…
Reference in a new issue