diff --git a/app/bot.py b/app/bot.py old mode 100755 new mode 100644 index 73d69541..c36d0962 --- a/app/bot.py +++ b/app/bot.py @@ -55,9 +55,14 @@ async def business_card_scene_reploy(ctx): # if it has an attachment or a link if ctx.attachments or "https://" in ctx.content: if random.randint(0, 9) == 0: - await ctx.reply( - "Jesus. This is really super. How'd a nitwit like you get so tasteful?" - ) + quotes = [ + "Jesus. This is really super. How'd a nitwit like you get so tasteful?", + "Whoa. Very nice. Take a look.", + "That's really nice.", + "Impressive. Very nice.", + "Look at that subtle off-white coloring. The tasteful thickness of it.", + ] + await ctx.reply(randon.choice(quotes)) @bot.listen("on_message") diff --git a/app/requirements.txt b/app/requirements.txt old mode 100755 new mode 100644 diff --git a/helm/values.yaml b/helm/values.yaml index 68af915f..3aa3ff77 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: # Overrides the image tag whose default is the chart appVersion. - tag: "144" + tag: "145" repository: ldooks/dragon-bot pullPolicy: IfNotPresent