fixing typo

This commit is contained in:
Luke Robles 2022-05-13 19:22:46 -07:00
parent 1a7ab3b5a2
commit 543b57dbc4
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class ActualUtils(commands.Cog):
result = "https://www.youtube.com/watch?v=" + search_results[0] result = "https://www.youtube.com/watch?v=" + search_results[0]
await ctx.sendre(result) await ctx.send(result)
@commands.command(name="issue") @commands.command(name="issue")
async def issue(self, ctx: commands.Context): async def issue(self, ctx: commands.Context):

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "197" tag: "198"
repository: ldooks/dragon-bot repository: ldooks/dragon-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent