From ad851f374b2989ef275e7cb8e99abe0746372324 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Sat, 21 May 2022 17:51:33 -0700 Subject: [PATCH] fixing typo --- app/bot.py | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/bot.py b/app/bot.py index c36d0962..db5a8de1 100644 --- a/app/bot.py +++ b/app/bot.py @@ -62,7 +62,7 @@ async def business_card_scene_reploy(ctx): "Impressive. Very nice.", "Look at that subtle off-white coloring. The tasteful thickness of it.", ] - await ctx.reply(randon.choice(quotes)) + await ctx.reply(random.choice(quotes)) @bot.listen("on_message") diff --git a/helm/values.yaml b/helm/values.yaml index 3aa3ff77..4a78fec1 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: "145" + tag: "146" repository: ldooks/dragon-bot pullPolicy: IfNotPresent