Adding an alias for dale to be cowboygd

This commit is contained in:
Luke Robles 2022-04-30 10:13:09 -07:00
parent 539d06f617
commit f225735538
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ class AnimalFunctions(commands.Cog):
await ctx.send(animals.get_birb()) await ctx.send(animals.get_birb())
@commands.command(name="dale") @commands.command(name="dale", aliases=["cowboy"])
async def dale(self, ctx: commands.Context): async def dale(self, ctx: commands.Context):
# If the file picked is too large, try again # If the file picked is too large, try again

View File

@ -5,10 +5,10 @@
replicaCount: 1 replicaCount: 1
image: image:
# Overrides the image tag whose default is the chart appVersion.
tag: "162"
repository: ldooks/dragon-bot repository: ldooks/dragon-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "161"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""