From 3b9217bafc7ae54d5803962e4075af3e298d5978 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Sat, 30 Apr 2022 10:13:09 -0700 Subject: [PATCH] Adding an alias for dale to be cowboygd --- app/cogs/animal_functions.py | 2 +- helm/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/cogs/animal_functions.py b/app/cogs/animal_functions.py index 54a209ad..6d170e61 100644 --- a/app/cogs/animal_functions.py +++ b/app/cogs/animal_functions.py @@ -59,7 +59,7 @@ class AnimalFunctions(commands.Cog): await ctx.send(animals.get_birb()) - @commands.command(name="dale") + @commands.command(name="dale", aliases=["cowboy"]) async def dale(self, ctx: commands.Context): # If the file picked is too large, try again diff --git a/helm/values.yaml b/helm/values.yaml index 52939f9e..c7a60e42 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -5,10 +5,10 @@ replicaCount: 1 image: + # Overrides the image tag whose default is the chart appVersion. + tag: "162" repository: ldooks/dragon-bot pullPolicy: IfNotPresent - # Overrides the image tag whose default is the chart appVersion. - tag: "161" imagePullSecrets: [] nameOverride: ""