From 21a18a589ce9d8b92a9e1af12e1348684e187d29 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 4 Feb 2022 16:47:35 -0800 Subject: [PATCH] formatting --- app/bot.py | 4 +++- helm/values.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/bot.py b/app/bot.py index 15cef272..1836e398 100755 --- a/app/bot.py +++ b/app/bot.py @@ -451,7 +451,9 @@ async def roles(ctx): @bot.command(name="send") async def send(ctx): if ctx.message.author.discriminator == "2528": - await bot.get_channel(152921472304676865).send(' '.join(ctx.message.content.split()[1:])) + await bot.get_channel(152921472304676865).send( + " ".join(ctx.message.content.split()[1:]) + ) @bot.command(name="simp") diff --git a/helm/values.yaml b/helm/values.yaml index 17c7ac63..9054bbf4 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -8,7 +8,7 @@ image: repository: ldooks/dragon-bot pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "108" + tag: "109" imagePullSecrets: [] nameOverride: ""