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: ""