From d36d7bb5091f25f380a7ba03042cb4cd510f9e38 Mon Sep 17 00:00:00 2001 From: Luke Robles <98352913+lrobles-iterable@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:50:19 -0700 Subject: [PATCH] Make info return links to servers --- 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 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: ""