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