fix youtube, it cant be used with ctx.reply
This commit is contained in:
parent
330fe5a7cc
commit
f2229d88d8
@ -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.reply(result)
|
await ctx.send≠re(result)
|
||||||
|
|
||||||
@commands.command(name="issue")
|
@commands.command(name="issue")
|
||||||
async def issue(self, ctx: commands.Context):
|
async def issue(self, ctx: commands.Context):
|
||||||
|
@ -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: "196"
|
tag: "197"
|
||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user