formatting

This commit is contained in:
Luke Robles 2022-02-04 16:47:35 -08:00
parent 297f3bf686
commit 21a18a589c
2 changed files with 4 additions and 2 deletions

View File

@ -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")

View File

@ -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: ""