fixing typo

This commit is contained in:
Luke Robles 2022-05-21 17:51:33 -07:00
parent 9a6f020d6c
commit ad851f374b
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ async def business_card_scene_reploy(ctx):
"Impressive. Very nice.",
"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")

View File

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