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