From 3c539d1fc9c210dfbf9cbff5d77794ed5b4dcd50 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Sun, 13 Nov 2022 07:20:59 -0800 Subject: [PATCH] Tweak quotes and test the build --- partybot/pnutbot.py | 3 ++- setup.py | 2 +- snap/snapcraft.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/partybot/pnutbot.py b/partybot/pnutbot.py index ddcdac2..35df17f 100644 --- a/partybot/pnutbot.py +++ b/partybot/pnutbot.py @@ -84,7 +84,8 @@ def botdrink(room): "How kind!", "Sweet.", "*burp*", - "Ah.. Hiccup!" + "Hmmm tasty", + "Hey, this glass is empty!" ] send(room, random.choice(replies)) diff --git a/setup.py b/setup.py index 253f41e..d885bd8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='partybot', - version='0.2.0', + version='0.2.1', py_modules=['partybot.models','partybot.pnutbot'], install_requires=[ 'PyYAML', diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 543cf28..23b97f3 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: mndp-partybot # you probably want to 'snapcraft register ' 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 description: | Because bots like to party. A bot for https://mndp.tv/