From 37f532d70f1d244926d0cdac7ae7f3fa9ea8c0f9 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Mon, 25 Apr 2022 12:27:51 -0700 Subject: [PATCH] use the client's name in the info blob --- app/bot.py | 3 ++- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/bot.py b/app/bot.py index a3f68731..ebd22acd 100755 --- a/app/bot.py +++ b/app/bot.py @@ -694,7 +694,8 @@ async def info(ctx): inline=False, ) embed.add_field( - name="Servers using Dragon bot", value="\n".join(x.name for x in bot.guilds) + name="Servers using %s" % bot.user.name, + value="\n".join(x.name for x in bot.guilds), ) embed.set_thumbnail(url=server.icon_url) diff --git a/helm/values.yaml b/helm/values.yaml index dc4555e2..10f6f5b2 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: "149" + tag: "150" imagePullSecrets: [] nameOverride: ""