fix youtube, it cant be used with ctx.reply

This commit is contained in:
Luke Robles 2022-05-13 19:18:40 -07:00
parent 25b7adc327
commit 1a7ab3b5a2
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]
await ctx.reply(result)
await ctx.sendre(result)
@commands.command(name="issue")
async def issue(self, ctx: commands.Context):

View File

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