formatting

This commit is contained in:
Luke Robles 2022-04-28 20:32:44 -07:00
parent 39a24f4022
commit 9dc8e13469
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ bot.remove_command("help")
async def ping(ctx): async def ping(ctx):
await ctx.send("pong") await ctx.send("pong")
@bot.event @bot.event
async def on_ready(): async def on_ready():
print(f"{bot.user.name} has connected to Discord!") print(f"{bot.user.name} has connected to Discord!")

View File

@ -8,7 +8,7 @@ image:
repository: ldooks/dragon-bot repository: ldooks/dragon-bot
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "155" tag: "156"
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""