fixing typo
This commit is contained in:
parent
9a6f020d6c
commit
ad851f374b
@ -62,7 +62,7 @@ async def business_card_scene_reploy(ctx):
|
|||||||
"Impressive. Very nice.",
|
"Impressive. Very nice.",
|
||||||
"Look at that subtle off-white coloring. The tasteful thickness of it.",
|
"Look at that subtle off-white coloring. The tasteful thickness of it.",
|
||||||
]
|
]
|
||||||
await ctx.reply(randon.choice(quotes))
|
await ctx.reply(random.choice(quotes))
|
||||||
|
|
||||||
|
|
||||||
@bot.listen("on_message")
|
@bot.listen("on_message")
|
||||||
|
@ -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: "145"
|
tag: "146"
|
||||||
repository: ldooks/dragon-bot
|
repository: ldooks/dragon-bot
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user