diff --git a/app/bot.py b/app/bot.py index 302e79b0..f249fbc3 100755 --- a/app/bot.py +++ b/app/bot.py @@ -699,7 +699,7 @@ async def info(ctx): ) embed.add_field( name="Servers using %s" % bot.user.name, - value="\n".join(x.name for x in bot.guilds), + value="\n".join("[%s](%s)" % (x.name, x.jump_url) for x in bot.guilds), ) embed.set_thumbnail(url=server.icon) diff --git a/helm/values.yaml b/helm/values.yaml index c04ed939..2f01ba00 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: "156" + tag: "157" imagePullSecrets: [] nameOverride: ""