From 297f3bf686fc173620f4e3c52f2cb9680c82e3b5 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 4 Feb 2022 16:44:50 -0800 Subject: [PATCH] fixing .send to not add brackets --- app/bot.py | 2 +- helm/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/bot.py b/app/bot.py index 9bb3a527..15cef272 100755 --- a/app/bot.py +++ b/app/bot.py @@ -451,7 +451,7 @@ async def roles(ctx): @bot.command(name="send") async def send(ctx): if ctx.message.author.discriminator == "2528": - await bot.get_channel(152921472304676865).send(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 8e55b603..17c7ac63 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: "107" + tag: "108" imagePullSecrets: [] nameOverride: ""