Adding an alias for dale to be cowboygd
This commit is contained in:
parent
539d06f617
commit
f225735538
@ -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
|
||||||
|
@ -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: ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user