From 9dc8e13469a1e1a50eda766da5e20d55733d9b6e Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:32:44 -0700 Subject: [PATCH] formatting --- app/bot.py | 1 + helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index f84f7a66..302e79b0 100755 --- a/app/bot.py +++ b/app/bot.py @@ -17,6 +17,7 @@ bot.remove_command("help") async def ping(ctx): await ctx.send("pong") + @bot.event async def on_ready(): print(f"{bot.user.name} has connected to Discord!") diff --git a/helm/values.yaml b/helm/values.yaml index 40342dfc..c04ed939 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -8,7 +8,7 @@ image: repository: ldooks/dragon-bot pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "155" + tag: "156" imagePullSecrets: [] nameOverride: ""